getSummaryDF {ropls}R Documentation

getSummaryDF method for PCA/(O)PLS models

Description

Summary of model metrics

Usage

getSummaryDF(object, ...)

## S4 method for signature 'opls'
getSummaryDF(object)

Arguments

object

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

...

Currently not used.

Value

Data frame

Author(s)

Etienne Thevenot, etienne.thevenot@cea.fr

Examples


data(sacurine)
attach(sacurine)

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

getSummaryDF(sacurine.plsda)

detach(sacurine)


[Package ropls version 1.25.0 Index]