View source: R/summary.MBPLS.R
summary.MBPLS | R Documentation |
MBPLS
objectsEdits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a MBPLS
object.
## S3 method for class 'MBPLS'
summary(object, ...)
object |
An object resulting from |
... |
further arguments passed to or from other methods. |
The summary.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.