View source: R/coef.abessrpca.R
coef.abessrpca | R Documentation |
abessrpca
" object.This function provides estimated
coefficients from a fitted "abessrpca
" object.
## S3 method for class 'abessrpca'
coef(object, support.size = NULL, sparse = TRUE, ...)
object |
An " |
support.size |
An integer vector specifies
the sparse matrix fitted at given |
sparse |
A logical value, specifying whether the coefficients should be
presented as sparse matrix or not. Default: |
... |
Other arguments. |
A list with length(support.size)
number of dgCMatrix,
each of which is the estimation the sparse component.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.