Learn R Programming

mdatools (version 0.7.0)

plotRMSE.regres: RMSE plot for regression results

Description

Shows plot with RMSE values vs. model complexity (e.g. number of components).

Usage

"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)
type
type of the plot
main
main title for the plot
xlab
label for x axis
ylab
label for y axis
...
other plot parameters (see mdaplot for details)