coef.abess {abess} | R Documentation |
Extract Model Coefficients from a fitted "abess
" object.
Description
This function provides estimated
coefficients from a fitted "abess
" object.
Usage
## S3 method for class 'abess'
coef(object, support.size = NULL, sparse = TRUE, ...)
Arguments
object |
An " |
support.size |
An integer vector specifies
the coefficient fitted at given |
sparse |
A logical value, specifying whether the coefficients should be
presented as sparse matrix or not. Default: |
... |
Other arguments. |
Value
A coefficient matrix when fitting an univariate model including gaussian, binomial, poisson, and cox; otherwise, a list containing coefficient matrices. For a coefficient matrix, each row is a variable, and each column is a support size.
See Also
print.abess
,
predict.abess
,
coef.abess
,
extract.abess
,
plot.abess
,
deviance.abess
.
[Package abess version 0.4.8 Index]