View source: R/SparseLowRankICov.R
robustPCA | R Documentation |
Form a robust PCA from clr-transformed data and [the low rank component of] an inverse covariance matrix
robustPCA(X, L, inverse = TRUE)
X |
the n x p [clr-transformed] data |
L |
the p x p rank-r ('residual') inverse covariance matrix from |
inverse |
flag to indicate the L is the inverse covariance matrix |
a named list with n x r matrix of scores and r x r matrix of loadings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.