powered by
Print the summary of O2PLS results.
# S3 method for O2pls print(x, ...)
An O2pls object
For consistency
Kai Guo
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