Learn R Programming

mdatools (version 0.14.2)

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

Description

Shows some statistics for the model.

Usage

# S3 method for 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