coef.abess | R Documentation |
abess
" object.This function provides estimated
coefficients from a fitted "abess
" object.
## S3 method for class 'abess'
coef(object, support.size = NULL, sparse = TRUE, ...)
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. |
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.
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.