summary.plsda: Summary method for PLS-DA model object

View source: R/plsda.R

summary.plsdaR Documentation

Summary method for PLS-DA model object

Description

Shows some statistics for the model.

Usage

## S3 method for class 'plsda'
summary(
  object,
  ncomp = object$ncomp.selected,
  nc = seq_len(object$nclasses),
  ...
)

Arguments

object

a PLS-DA model (object of class plsda)

ncomp

how many components to use (if NULL - user selected optimal value will be used)

nc

which class to show the summary for (if NULL, will be shown for all)

...

other arguments


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.