print.MBWCov | R Documentation |
MBWCov
objectsPrint of MBWCov
objects
## S3 method for class 'MBWCov'
print(x, ...)
x |
An object resulting from |
... |
further arguments passed to or from other methods. |
summary.MBWCov
data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbwcov <- MBWCov(X, Y, block, name.block = names(block))
print(res.mbwcov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.