Rdocumentation
powered by
Learn R Programming
robust (version 0.3-19)
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.
...
any additional arguments are passed to
xyplot
.
Value
the
trellis
object is invisibly returned.