Learn R Programming

o2plsda (version 0.0.26)

print.plsda: Print the summary of plsda results.

Description

Print the summary of plsda results.

Usage

# S3 method for plsda
print(x, ...)

Arguments

x

An plsda object

...

For consistency

Author

Kai Guo

Examples

Run this code
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