Learn R Programming

OmicsPLS (version 2.1.0)

summary.o2m: Summary of an O2PLS fit

Description

Until now only variational summary given by the R2's is outputted

Usage

# S3 method for o2m
summary(object, digits = 3, ...)

Value

List with R2 values.

Arguments

object

List. Should be of class o2m.

digits

Integer, number of digits.

...

For compatibility

See Also

plot

Examples

Run this code
summary(o2m(scale(-2:2),scale(-2:2*4),1,0,0))

Run the code above in your browser using DataLab