powered by
Summary of an O2PLS object
# S3 method for O2pls summary(object, ...)
Detail of O2PLS results
a 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) summary(object)
Run the code above in your browser using DataLab