print,opls-method {ropls}R Documentation

Print method for 'opls' objects

Description

Displays information about the dataset and the model.

Usage

## 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


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

print(sacurine.plsda)

detach(sacurine)


[Package ropls version 1.12.0 Index]