OmicsPLS (version 2.0.2)

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, ...)

Arguments

object

List. Should be of class o2m.

digits

Integer, number of digits.

...

For compatibility

Value

List with R2 values.

See Also

plot.o2m

Examples

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

# }

Run the code above in your browser using DataLab