Learn R Programming

mdatools (version 0.14.2)

plotYResiduals.plsres: Y residuals plot for PLS results

Description

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

Usage

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