summary.pls: Summary method for PLS model object

View source: R/pls.R

summary.plsR Documentation

Summary method for PLS model object

Description

Shows performance statistics for the model.

Usage

## S3 method for class 'pls'
summary(
  object,
  ncomp = object$ncomp.selected,
  ny = seq_len(nrow(object$yloadings)),
  ...
)

Arguments

object

a PLS model (object of class pls)

ncomp

how many components to count.

ny

which y variables to show the summary for (can be a vector)

...

other arguments


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