extract {abess} | R Documentation |
Extract one model from a fitted "abess
" object.
Description
Extract the fixed-support-size model's information such as the selected predictors, coefficient estimation, and so on.
Usage
extract(object, support.size = NULL, ...)
## S3 method for class 'abess'
extract(object, support.size = NULL, ...)
Arguments
object |
An " |
support.size |
An integer value specifies
the model size fitted at given |
... |
Other arguments. |
Value
A list
object including the following components:
beta |
A |
intercept |
The fitted intercept value. |
support.size |
The |
support.beta |
The |
support.vars |
The character vector gives variables in the support set. |
tune.value |
The tuning value of the model. |
dev |
The deviance of the model. |
See Also
print.abess
,
predict.abess
,
coef.abess
,
extract.abess
,
plot.abess
,
deviance.abess
.