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