fitted,opls-method {ropls} | R Documentation |
Returns predictions of the (O)PLS(-DA) model on the training dataset
## S4 method for signature 'opls' fitted(object, ...)
object |
An S4 object of class |
... |
Currently not used. |
Predictions (either a vector, factor, or matrix depending on the y response used for training the model)
Etienne Thevenot, etienne.thevenot@cea.fr
data(sacurine) attach(sacurine) sacurine.plsda <- opls(dataMatrix, sampleMetadata[, "gender"]) fitted(sacurine.plsda) detach(sacurine)