View source: R/extract.abess.R
extract | R Documentation |
abess
" object.Extract the fixed-support-size model's information such as the selected predictors, coefficient estimation, and so on.
extract(object, support.size = NULL, ...)
## S3 method for class 'abess'
extract(object, support.size = NULL, ...)
object |
An " |
support.size |
An integer value specifies
the model size fitted at given |
... |
Other arguments. |
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. |
print.abess
,
predict.abess
,
coef.abess
,
extract.abess
,
plot.abess
,
deviance.abess
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.