summary.plsda: Fonction summary.plsda

Description Usage Arguments Value Examples

View source: R/summary.plsda.R

Description

Displays a plsda object attributes.

Usage

1
2
## S3 method for class 'plsda'
summary(object, ...)

Arguments

object

A plsda object containing a trained model. The model can be generated with the fit function of this package.

...

Use to comply generic model

Value

None.

Examples

1
2
model <- fit(Species ~ ., data = iris)
summary(model)

Dampeel/plsda documentation built on May 23, 2019, 8:19 p.m.