View source: R/summary.MBWCov.R
summary.MBWCov | R Documentation |
MBWCov
objectsEdits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a MBWCov
object.
## S3 method for class 'MBWCov'
summary(object, ...)
object |
An object resulting from |
... |
further arguments passed to or from other methods. |
The summary.
plot.MBWCov
data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbwcov <- MBWCov(X, Y, block, name.block = names(block))
summary(res.mbwcov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.