print.plsda | R Documentation |
Print the summary of plsda results.
## S3 method for class 'plsda'
print(x, ...)
x |
An plsda object |
... |
For consistency |
Kai Guo
X <- matrix(rnorm(500),10,50)
Y <- rep(c("a","b"),each=5)
fit <- plsda(X,Y,2)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.