summary.plsda {mdatools}R 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


[Package mdatools version 0.14.1 Index]