public class CategoricalGenLinModelEx1 extends Object
Fits a logit and probit categorical model to beetle mortality data.
The first example is from Prentice (1976) and involves the mortality of beetles after exposure to various concentrations of carbon disulphide. Both a logit and a probit fit are produced for linear model \(\mu + \beta x\). The data is given asConcentration (x) | N | y |
1.690 | 59 | 6 |
1.724 | 60 | 13 |
1.755 | 62 | 18 |
1.784 | 56 | 28 |
1.811 | 63 | 52 |
1.836 | 59 | 53 |
1.861 | 62 | 61 |
1.883 | 60 | 60 |
Constructor and Description |
---|
CategoricalGenLinModelEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.