print: Print method for 'opls' objects

Description Usage Arguments Value Examples

Description

Displays information about the dataset and the model.

Usage

1
2
## S4 method for signature 'opls'
print(x, ...)

Arguments

x

An S4 object of class opls, created by the opls function.

...

Currently not used.

Value

Invisible.

Examples

1
2
3
4
5
6
7
data(sacurine)
attach(sacurine)
sacurine.plsda <- opls(dataMatrix, sampleMetadata[, "gender"])

print(sacurine.plsda)

detach(sacurine)

ropls documentation built on Nov. 8, 2020, 7:46 p.m.