Print method for 'opls' objects
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.