Learn R Programming

ropls (version 1.4.2)

show.opls: Show method for 'opls' objects

Description

Displays information about the dataset and the model.

Usage

"show"(object)

Arguments

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

Value

Invisible.

Examples

Run this code

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

show(sacurine.plsda)

detach(sacurine)

Run the code above in your browser using DataLab