View source: R/coef.abesspca.R
coef.abesspca | R Documentation |
abesspca
" object.This function provides estimated
coefficients from a fitted "abesspca
" object.
## S3 method for class 'abesspca'
coef(object, support.size = NULL, kpc = NULL, sparse = TRUE, ...)
object |
An " |
support.size |
An integer vector specifies
the coefficient fitted at given |
kpc |
An integer vector specifies
the coefficient fitted at given principal component.
If |
sparse |
A logical value, specifying whether the coefficients should be
presented as sparse matrix or not. Default: |
... |
Other arguments. |
A matrix with length(support.size)
columns.
Each column corresponds to a sparse loading for the first principal component,
where the number of non-zeros entries depends on the support.size
.
print.abesspca
,
coef.abesspca
,
plot.abesspca
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.