show,opls-method {ropls}R Documentation

Show method for 'opls' objects

Description

Displays information about the dataset and the model.

Usage

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


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

show(sacurine.plsda)

detach(sacurine)


[Package ropls version 1.22.0 Index]