summary.plsres: summary method for PLS results object

View source: R/plsres.R

summary.plsresR Documentation

summary method for PLS results object

Description

Shows performance statistics for the results.

Usage

## S3 method for class 'plsres'
summary(object, ny = seq_len(object$nresp), ncomp = NULL, ...)

Arguments

object

PLS results (object of class plsres)

ny

for which response variable show the summary for

ncomp

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

...

other arguments


mdatools documentation built on Sept. 11, 2024, 7:59 p.m.