lmfmRespVsFittedPlot {robust} | R Documentation |
Produces side-by-side response versus fitted value plots from an lmfm object.
lmfmRespVsFittedPlot(x, smooths = FALSE, rugplot = FALSE, ...)
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. |
x
is invisibly returned.