View source: R/summary.MBPCA.R
summary.MBPCA | R Documentation |
MBPCA
objectsEdits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a MBPCA
object.
## S3 method for class 'MBPCA'
summary(object, ...)
object |
An object resulting from |
... |
further arguments passed to or from other methods. |
The summary.
plot.MBPCA
data(ham)
X=ham$X
block=ham$block
res.mbpca <- MBPCA(X,block, name.block=names(block))
summary(res.mbpca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.