powered by
Print the summary of plsda results.
# S3 method for plsda print(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)
Run the code above in your browser using DataLab