Learn R Programming

o2plsda (version 0.0.26)

summary.O2pls: Summary of an O2PLS object

Description

Summary of an O2PLS object

Usage

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

Value

Detail of O2PLS results

Arguments

object

a O2pls object

...

For consistency

Author

Kai Guo

Examples

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

Run the code above in your browser using DataLab