Learn R Programming

mdatools (version 0.9.1)

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 regres
plotRMSE(obj, ny = 1, type = "b", labels = "values", ...)

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

labels

what to show as labels for plot objects.

...

other plot parameters (see mdaplot for details)