public class LogisticRegressionEx2 extends Object
This example performs logistic regression for a multinomial response variable with 4 classes. The categorical predictors and the response variable are encoded into dummy variables. Predictions and confidence intervals are obtained for a separate test data set. Note that the model fit is not significant suggesting that there is not a strong predictive relationship between the predictors and the response.
| Constructor and Description |
|---|
LogisticRegressionEx2() |
Copyright © 2022 Rogue Wave Software. All rights reserved.