plotYResiduals.plsres: Y residuals plot for PLS results

View source: R/plsres.R

plotYResiduals.plsresR Documentation

Y residuals plot for PLS results

Description

Shows a plot with Y residuals vs reference Y values for selected component.

Usage

## S3 method for class 'plsres'
plotYResiduals(obj, ncomp = obj$ncomp.selected, ...)

Arguments

obj

PLS results (object of class plsres)

ncomp

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

...

other plot parameters (see mdaplot for details)

Details

Proxy for plotResiduals.regres function.


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