Learn R Programming

MBAnalysis (version 2.1.1)

summary.MBWCov: Summary of MBWCov Objects

Description

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

Usage

# S3 method for MBWCov
summary(object, ...)

Value

The summary.

Arguments

object

An object resulting from MBWCov.

...

further arguments passed to or from other methods.

See Also

plot.MBWCov

Examples

Run this code
data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbwcov <- MBWCov(X, Y, block, name.block = names(block))
summary(res.mbwcov)

Run the code above in your browser using DataLab