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 MBPLS.

...

further arguments passed to or from other methods.

See Also

summary.MBPLS

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]