Shows a plot with Q residuals vs. Hotelling T2 values for PLS decomposition of x data.
# S3 method for plsres
plotXResiduals(obj, ncomp = NULL, main = NULL, ...)
PLS results (object of class plsres
)
how many components to use (if NULL - user selected optimal value will be used)
main title for the plot
other plot parameters (see mdaplot
for details)
See examples in help for plsres
function.