summary.O2pls: Summary of an O2PLS object

View source: R/misc.R

summary.O2plsR Documentation

Summary of an O2PLS object

Description

Summary of an O2PLS object

Usage

## S3 method for class 'O2pls'
summary(object, ...)

Arguments

object

a O2pls object

...

For consistency

Value

Detail of O2PLS results

Author(s)

Kai Guo

Examples

X <- matrix(rnorm(50),10,5)
Y <- matrix(rnorm(50),10,5)
object <- o2pls(X,Y,1,1,1)
summary(object)

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