Learn R Programming

o2plsda (version 0.0.26)

print.O2pls: Print the summary of O2PLS results.

Description

Print the summary of O2PLS results.

Usage

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

Arguments

x

An O2pls object

...

For consistency

Author

Kai Guo

Examples

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

Run the code above in your browser using DataLab