print: Print method for 'opls' objects

Description Usage Arguments Value Author(s) 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.

Author(s)

Etienne Thevenot, etienne.thevenot@cea.fr

Examples

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

print(sacurine.plsda)

detach(sacurine)

SamGG/ropls documentation built on May 29, 2019, 1:51 a.m.