List of supported models
List of model classes accepted by model.avg
, model.sel
,
and dredge
.
Fitted model objects that can be used with model selection and model averaging functions include those produced by:
glmmadmb
(glmmADMB
from R-Forge);
asreml
(non-free commercial package asreml; allows only for
REML comparisons);
*sarlm
models, spautolm
(spatialreg);
functions from package unmarked (within the class
"unmarkedFit"
);
mark
and related functions (class mark
from package
RMark). Currently dredge
can only manipulate formula
element of the argument model.parameters
, keeping its other elements
intact.
Other classes are also likely to be supported, in particular if they inherit
from one of the above classes. In general, the models averaged with
model.avg
may belong to different types (e.g. glm
and gam
),
provided they use the same data and response, and if it is valid to do so.
This applies also to constructing model selection tables with model.sel
.
* In order to use gamm
, gamm4
, spml (> 1.0.0)
,
crunch
or MCMCglmm
with dredge
, an
updateable
wrapper for these functions should be created.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.