print.O2pls: Print the summary of O2PLS results.

print.O2plsR Documentation

Print the summary of O2PLS results.

Description

Print the summary of O2PLS results.

Usage

## S3 method for class 'O2pls'
print(x, ...)

Arguments

x

An O2pls object

...

For consistency

Author(s)

Kai Guo

Examples

X <- matrix(rnorm(50),10,5)
Y <- matrix(rnorm(50),10,5)
object <- o2pls(X,Y,1,1,1)
print(object)

o2plsda documentation built on Sept. 11, 2024, 8:28 p.m.