public class LogisticRegressionModelObjectEx1 extends Object
This example models the number of deaths (y1) out of a number of beetles (freqs) exposed to a chemical at a given dosage (x1). It then uses the model object to predict the number of deaths out of a number of beetles (freqs2) exposed to new dosages (x2).
| Constructor and Description |
|---|
LogisticRegressionModelObjectEx1() |
Copyright © 2022 Rogue Wave Software. All rights reserved.