public class LogisticRegressionEx3 extends Object
This example performs logistic regression for a multinomial response variable with 3 classes against a single continuous predictor. The data is in the form of counts: the number of occurrences in each class out of a given number of frequencies, or trials.
| Constructor and Description |
|---|
LogisticRegressionEx3() |
Copyright © 2022 Rogue Wave Software. All rights reserved.