summary.O2pls | R Documentation |
Summary of an O2PLS object
## S3 method for class 'O2pls'
summary(object, ...)
object |
a O2pls object |
... |
For consistency |
Detail of O2PLS results
Kai Guo
X <- matrix(rnorm(50),10,5)
Y <- matrix(rnorm(50),10,5)
object <- o2pls(X,Y,1,1,1)
summary(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.