Learn R Programming

OmicsPLS (version 2.1.0)

print.summary.o2m: Prints the summary of an O2PLS fit

Description

Readable output is given in the form of percentages of variances explained.

Usage

# S3 method for summary.o2m
print(x, ...)

Arguments

...

For compatibility

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