Learn R Programming

ropls (version 1.4.2)

print.opls: Print method for 'opls' objects

Description

Displays information about the dataset and the model.

Usage

"print"(x, ...)

Arguments

x
An S4 object of class opls, created by the opls function.
...
Currently not used.

Value

Invisible.

Examples

Run this code

data(sacurine)
attach(sacurine)
sacurine.plsda <- opls(dataMatrix, sampleMetadata[, "gender"])

print(sacurine.plsda)

detach(sacurine)

Run the code above in your browser using DataLab