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