public class LogisticRegressionEx1 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 predicts the number of deaths out of a number of beetles (freqs2) exposed to new dosages (x2) using the fitted model.
| Constructor and Description |
|---|
LogisticRegressionEx1() |
Copyright © 2022 Rogue Wave Software. All rights reserved.