coef.ordinalgmifs: Extract Model Coefficients

View source: R/coef.ordinalgmifs.R

coef.ordinalgmifsR Documentation

Extract Model Coefficients

Description

coef.ordinalgmifs is a generic function which extracts the model coefficients from a fitted model object fit using ordinalgmifs

Usage

## S3 method for class 'ordinalgmifs'
coef(object, model.select = "AIC", ...)

Arguments

object

an ordinalgmifs object.

model.select

when x is specified any model along the solution path can be selected. The default is model.select="AIC" which extracts the coefficients from the model having the lowest AIC. Other options are model.select="BIC" or any numeric value from the solution path.

...

other arguments.

Value

Coefficients extracted from the model object.

Author(s)

Kellie J. Archer

References

Hastie T., Taylor J., Tibshirani R., and Walther G. (2007) Forward stagewise regression and the monotone lasso. Electronic Journal of Statistics, 1, 1-29.

See Also

See Also ordinalgmifs, summary.ordinalgmifs, plot.ordinalgmifs, predict.ordinalgmifs


ordinalgmifs documentation built on May 31, 2023, 6:31 p.m.