plotRMSE.regres: RMSE plot for regression results
Description
Shows plot with RMSE values vs. model complexity (e.g.
number of components).Usage
## S3 method for class 'regres':
plotRMSE(obj, ny = 1, type = "b", main = "RMSE",
xlab = "Complexity", ylab = NULL, ...)
Arguments
obj
regression results (object of class
regres
)
ny
number of predictor to show the plot for (if y
is multivariate)
main
main title for the plot
...
other plot parameters (see mdaplot
for
details)