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