Learn R Programming

robust (version 0.3-19)

plot.glmfm: Comparison Plots for Generalized Linear Models

Description

Create a set plots useful for comparing the fitted generalized linear models in a glmfm object. The plot options are [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Usage

## S3 method for class 'glmfm':
plot(x, which.plots = "ask", ...)

Arguments

x
a "glmfm" object, i.e., typically produced from fit.models(, 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.

Value

  • x is invisibly returned.

Side Effects

The selected plots are drawn on a graphics device.

Details

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.

References

Atkinson, A. C. (1985). Plots, Transformations and Regression. New York: Oxford University Press.

See Also

plot, fit.models, lmfmResVsFittedPlot, lmfmRespVsFittedPlot, lmfmResQQPlot, lmfmResVsRDPlot. lmfmResVsIdxPlot, lmfmSqrtResVsFittedPlot.