show: Show 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'
show(object)

Arguments

object

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

Value

Invisible.

Author(s)

Philippe Rinaudo and Etienne Thevenot (CEA)

Examples

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

show(sacurine.plsda)

detach(sacurine)

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