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