summary.o2m {OmicsPLS} | R Documentation |
Summary of an O2PLS fit
Description
Until now only variational summary given by the R2's is outputted
Usage
## S3 method for class 'o2m'
summary(object, digits = 3, ...)
Arguments
object |
List. Should be of class |
digits |
Integer, number of digits. |
... |
For compatibility |
Value
List with R2 values.
See Also
Examples
summary(o2m(scale(-2:2),scale(-2:2*4),1,0,0))
[Package OmicsPLS version 2.0.2 Index]