print.plsda {o2plsda} | R Documentation |
Print the summary of plsda results.
Description
Print the summary of plsda results.
Usage
## S3 method for class 'plsda'
print(x, ...)
Arguments
x |
An plsda object |
... |
For consistency |
Author(s)
Kai Guo
Examples
X <- matrix(rnorm(500),10,50)
Y <- rep(c("a","b"),each=5)
fit <- plsda(X,Y,2)
print(fit)
[Package o2plsda version 0.0.25 Index]