print.summary.o2m {OmicsPLS} | R Documentation |
Prints the summary of an O2PLS fit
Description
Readable output is given in the form of percentages of variances explained.
Usage
## S3 method for class 'summary.o2m'
print(x, ...)
Arguments
... |
For compatibility |
Examples
summary(o2m(scale(-2:2),scale(-2:2*4),1,0,0))
[Package OmicsPLS version 2.1.0 Index]