| Class | Description |
|---|---|
| Backward |
To construct a GLM getModel for a set of observations using the backward selection method,
we first assume that all getFactors are included in the getModel.
|
| Forward |
To construct a GLM getModel for a set of observations using the forward selection method,
we iteratively add a significant factor to the getModel, one at a time.
|