plotYResiduals.plsres {mdatools}R 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.


[Package mdatools version 0.14.1 Index]