show,opls-method {ropls} | R Documentation |
Displays information about the dataset and the model.
## S4 method for signature 'opls' show(object)
object |
An S4 object of class |
Invisible.
Philippe Rinaudo and Etienne Thevenot (CEA)
data(sacurine) attach(sacurine) sacurine.plsda <- opls(dataMatrix, sampleMetadata[, "gender"]) show(sacurine.plsda) detach(sacurine)