stepCriterion: Variable selection in regression models from a chosen...

View source: R/glms.R

stepCriterionR 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.


glmtoolbox documentation built on Oct. 10, 2023, 9:06 a.m.