coef.ordinalgmifs {ordinalgmifs} | R 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 |
model.select |
when |
... |
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
[Package ordinalgmifs version 1.0.8 Index]