January 2017
Beginner
882 pages
203h 41m
English
Rather than start with every available explanatory variable (which forces us to exclude variables like Plant that are redundant), forward stepwise regression builds a regression from the ground up, adding one variable to the fit at a time. The algorithm is straightforward.
Initialization. Stepwise regression begins with an initial model. This model usually has no explanatory variables, but you can force the initial model to include certain explanatory variables. For example, we might force the regression to use the explanatory variable 1/Units to require an estimate of fixed costs.
Search. The algorithm searches the collection of potential ...