plot.glmfm {robust} | R Documentation |
Create a set plots useful for comparing the fitted generalized linear models in a glmfm object. The plot options are
## S3 method for class 'glmfm': plot(x, which.plots = "ask", ...)
x |
a "glmfm" object, i.e., typically produced from
fit.models(<glmRob>, etc) . |
which.plots |
either "ask", "all", or an integer vector specifying which plots to draw. In the latter case, use the plot numbers given in the description above (or in the "ask" menu). |
... |
additional arguments are passed to the ploting subfunctions which are listed in the see also section. |
This function is a wrapper for the lmfm*
plot functions listed in
the section ‘See also’. For finer control you may wish to call these
functions directly.
x
is invisibly returned.
The selected plots are drawn on a graphics device.
Atkinson, A. C. (1985). Plots, Transformations and Regression. New York: Oxford University Press.
plot
, fit.models
,
lmfmResVsFittedPlot
,
lmfmRespVsFittedPlot
,
lmfmResQQPlot
,
lmfmSRvsRDPlot
.
lmfmStdResPlot
,
lmfmSqrtResVsFittedPlot
.