print.plsda: Print the summary of plsda results.

print.plsdaR 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)

o2plsda documentation built on Sept. 11, 2024, 8:28 p.m.