loadings {o2plsda} | R Documentation |
Extract the loadings from an O2PLS fit
Description
This function extracts loading parameters from an O2PLS fit
This function extracts loading parameters from an O2PLS fit
Usage
loadings(x, ...)
## S3 method for class 'O2pls'
loadings(x, loading = c("Xjoint", "Yjoint", "Xorth", "Yorth"), ...)
Arguments
x |
Object of class |
... |
For consistency |
loading |
the loadings for one of "Xjoint", "Yjoint", "Xorth", "Yorth" |
Value
Loading matrix
Loading matrix
[Package o2plsda version 0.0.25 Index]