Shows how RMSE develops for each iteration of iPLS selection algorithm
# S3 method for ipls
plotRMSE(obj, glob.ncomp = NULL, main = "RMSE development",
xlab = "Iterations", ylab = "RMSECV", xlim = NULL, ylim = NULL, ...)
iPLS results (object of class ipls)
number of components for global PLS model with all intervals
main title for the plot
label for x-axis
label for y-axis
limits for x-axis
limits for y-axis
other arguments
The plot shows RMSE values obtained at each iteration of the iPLS selection algorithm as bars. The first bar correspond to the global model with all variables included, second - to the model obtained at the first iteration and so on. Number at the bottom of each bar corresponds to the interval included or excluded at the particular iteration. The selected intervals are shown with green color.