model.avg
, model.sel
,
and dredge
.lm
,glm
(packagerlm
,glm.nb
andpolr
(multinom
(lme
,gls
(lmer
,glmer
(gam
,gamm
(gamm4
(glmmML
(glmmadmb
(hurdle
,zeroinfl
(negbin
,betabin
(classglimML
, packagesarlm
,spautolm
(coxph
,survreg
(coxme
,lmekin
(rq
(clm
andclmm
(unmarkedFit
).Generalized Estimation Equation model implementations: geeglm
from package gee
from yags
from QIC
as the selection criterion.
MCMCglmm
models (package DIC
as the
rank
function are accepted by model.sel
and dredge
.
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
.
model.avg
, model.sel
and dredge
.