Learn R Programming

glmtoolbox (version 0.1.12)

stepCriterion: 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, ...)

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.

Arguments

model

a fitted model object.

...

further arguments passed to or from other methods.