stepCriterion {glmtoolbox} | R Documentation |
Variable selection in regression models from a chosen criterion
Description
Generic function for selecting variables from a fitted regression model using a chosen criterion.
Usage
stepCriterion(model, ...)
Arguments
model |
a fitted model object. |
... |
further arguments passed to or from other methods. |
Value
A list which includes the descriptions of the linear predictors of the initial and final models as well as the criterion used to compare the candidate models.
[Package glmtoolbox version 0.1.12 Index]