Shows plot with predicted vs. reference (measured) y values for selected components.
# S3 method for plsres
plotPredictions(obj, ny = 1, ncomp = NULL, main = NULL,
...)PLS results (object of class plsres)
number of response variable to make the plot for (if y is multivariate)
how many components to use (if NULL - user selected optimal value will be used)
main plot title
other plot parameters (see mdaplot for details)
See examples in help for plsres function.
plotPredictions.regres - prediction plot for regression results.