print,opls-method {ropls} | R Documentation |
Displays information about the dataset and the model.
## S4 method for signature 'opls' print(x, ...)
x |
An S4 object of class |
... |
Currently not used. |
Invisible.
data(sacurine) attach(sacurine) sacurine.plsda <- opls(dataMatrix, sampleMetadata[, "gender"]) print(sacurine.plsda) detach(sacurine)