print.MBPLS {MBAnalysis} | R Documentation |
Print of MBPLS
objects
Description
Print of MBPLS
objects
Usage
## S3 method for class 'MBPLS'
print(x, ...)
Arguments
x |
An object resulting from |
... |
further arguments passed to or from other methods. |
See Also
Examples
data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbpls <- MBPLS(X, Y, block, name.block = names(block))
print(res.mbpls)
[Package MBAnalysis version 2.1.0 Index]