MuMIn-models {MuMIn}R Documentation

List of supported models

Description

List of model classes accepted by model.avg, model.sel, and dredge.

Details

Fitted model objects that can be used with model selection and model averaging functions include those produced by:

Generalized Estimation Equation model implementations: geeglm from package geepack, gee from gee, geem from geeM, wgee from wgeesel, and yags from yags (on R-Forge) can be used with QIC as the selection criterion.

Further classes may also be supported, in particular if they inherit from one of the classes listed above. In general, models averaged using model.avg can belong to different types (e.g. glm and gam), provided they use the same data and response, and, obviously, if it is valid to do so. This also applies to the construction of model selection tables using model.sel.

Note

* In order to use gamm, gamm4, spml (> 1.0.0), crunch or MCMCglmm with dredge, an updateable wrapper for these functions should be created.

See Also

model.avg, model.sel and dredge.


[Package MuMIn version 1.48.11 Index]