Learn R Programming

robust (version 0.3-19)

lmfmResVsIdxPlot: Residuals vs. Index (Time) Plot

Description

Produces a side-by-side plot of the residuals vs. index (time).

Usage

lmfmResVsIdxPlot(x, type = "response", level = 0.95, id.n = 3, ...)

Arguments

x
an lmfm object.
type
a character string specifying the type of residuals used in the plot. This argument is passed to the generic residuals function when extracting the residuals from x.
level
a numeric value between 0 and 1 specifying the confidence level used to draw the threshold in the plot.
id.n
a non-negative integer value specifying the number of extreme points to identify.
...
any additional arguments are passed to xyplot.

Value

  • the trellis object is invisibly returned.