MuMIn-models | R Documentation |
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:
lm, \lcodeglm (package stats);
rlmMASS, \lxcodeglm.nbMASS and \lxcodepolrMASS (MASS);
multinomnnet (nnet);
lmenlme, \lxcodeglsnlme (nlme);
lmerlme4, \lxcodeglmerlme4 (lme4);
cpglmcplm, \lxcodecpglmmcplm (cplm);
gammgcv, \lxcodegammmgcv* (mgcv);
gamm4gamm4* (gamm4);
gamlssgamlss (gamlss);
glmmMLglmmML (glmmML);
glmmadmb
(glmmADMB
from R-Forge);
glmmTMBglmmTMB (glmmTMB);
MCMCglmmMCMCglmm* (MCMCglmm);
asreml
(non-free commercial package asreml; allows only for
REML comparisons);
hurdlepscl, \lxcodezeroinflpscl (pscl);
negbinaod, \lxcodebetabinaod (class "glimML"
),
package aod);
aodmlaods3, \lxcodeaodqlaods3 (aods3);
betaregbetareg (betareg);
brglmbrglm (brglm);
*sarlm
models, \lxcodespautolmspatialreg (spatialreg);
spmlsplm* (if fitted by ML, splm);
coxphsurvival, \lxcodesurvregsurvival (survival);
coxmecoxme, \lxcodelmekincoxme (coxme);
rqquantreg (quantreg);
clmordinal and \lxcodeclmmordinal (ordinal);
logistflogistf (logistf);
crunchcaper*, \lxcodepglscaper (caper);
maxlikemaxlike (maxlike);
most "unmarkedFit"
objects from package unmarked);
markRMark 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.
Generalized Estimation Equation model implementations:
\lxcodegeeglmgeepack from package geepack,
\lxcodegeegee from gee,
\lxcodegeemgeeM from geeM,
wgeesel
from \fckCRANpkgwgeesel,
and yags
from yags (on
R-Forge) can be used with QIC
as the selection criterion.
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.
model.avg
, model.sel
and dredge
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.