Learn R Programming

ordinalgmifs (version 1.0.8)

coef.ordinalgmifs: 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 ordinalgmifs
coef(object, model.select = "AIC", ...)

Value

Coefficients extracted from the model object.

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.

Author

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