print.O2pls | R Documentation |
Print the summary of O2PLS results.
## S3 method for class 'O2pls'
print(x, ...)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.