lmfmResVsFittedPlot {robust}R Documentation

Residuals versus Fitted Values Plot

Description

Produces side-by-side residuals versus fitted values plots from an lmfm object.

Usage

lmfmResVsFittedPlot(x, smooths = FALSE, rugplot = FALSE, id.n = 3, ...)

Arguments

x an lmfm object.
smooths a logical value. If TRUE then a smooth curve computed using loess is included in each panel of the plot.
rugplot a logical value. If TRUE then a rugplot is included in each panel of the plot.
id.n a non-negative integer value giving the number of extreme points to identify.
... additional arguments are passed to the low-level plotting functions.

Value

x is invisibly returned.


[Package robust version 0.2-0 Index]