powered by
MBPCA
Edits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a MBPCA object.
# S3 method for MBPCA summary(object, ...)
The summary.
An object resulting from MBPCA.
further arguments passed to or from other methods.
plot.MBPCA
data(ham) X=ham$X block=ham$block res.mbpca <- MBPCA(X,block, name.block=names(block)) summary(res.mbpca)
Run the code above in your browser using DataLab