coef.ordinalgmifs
is a generic function which extracts the model coefficients from a fitted model object fit using ordinalgmifs
# S3 method for ordinalgmifs
coef(object, model.select = "AIC", ...)
Coefficients extracted from the model object.
an ordinalgmifs
object.
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.
Kellie J. Archer
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 ordinalgmifs
, summary.ordinalgmifs
, plot.ordinalgmifs
, predict.ordinalgmifs