summary.MBPLS: Summary of 'MBPLS' objects

View source: R/summary.MBPLS.R

summary.MBPLSR Documentation

Summary of MBPLS objects

Description

Edits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a MBPLS object.

Usage

## S3 method for class 'MBPLS'
summary(object, ...)

Arguments

object

An object resulting from MBPLS.

...

further arguments passed to or from other methods.

Value

The summary.

See Also

plot.MBPLS

Examples

data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbpls <- MBPLS(X, Y, block, name.block = names(block))
summary(res.mbpls)


MBAnalysis documentation built on Oct. 24, 2023, 5:07 p.m.