Rdocumentation
powered by
Learn R Programming
robust (version 0.3-0)
lmfmRespVsFittedPlot: Response versus Fitted Values Plot
Description
Produces side-by-side response versus fitted value plots from an lmfm object.
Usage
lmfmRespVsFittedPlot(x, smooths = FALSE, rugplot = FALSE, ...)
Arguments
x
an lmfm object.
smooths
a logical value. If TRUE then a smooth curve computed by loess is added to each panel of the plot.
rugplot
a logical value. If TRUE then a rugplot is added to each panel of the plot.
...
additional arguments are passed to the low-level plotting functions.
Value
x
is invisibly returned.