Learn R Programming

MBAnalysis (version 2.1.1)

print.MBPLS: Print of MBPLS Objects

Description

Print of MBPLS Objects

Usage

# S3 method for MBPLS
print(x, ...)

Arguments

x

An object resulting from MBPLS.

...

further arguments passed to or from other methods.

See Also

summary.MBPLS

Examples

Run this code
data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbpls <- MBPLS(X, Y, block, name.block = names(block))
print(res.mbpls)

Run the code above in your browser using DataLab