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, \unlxcodeaodqlaods3 (\unCRANpkgaods3);
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;
fitdistrMASS mostly useful for model selection with
model.sel
. Use of \lxcodefitdistr2=updateable wrapper
function is recommended.
Generalized Estimation Equation model implementations:
\lxcodegeeglmgeepack from package geepack,
\lxcodegeegee from gee,
\lxcodegeemgeeM from geeM,
\unlxcodewgeewgeesel from \unCRANpkgwgeesel,
and yags
from yags (on
R-Forge) can be used with \lcodeQIC 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
.
* In order to use gamm
, gamm4
, spml (> 1.0.0)
,
crunch
or MCMCglmm
with dredge
, an
\lcodeupdateable wrapper for these functions should be created.
model.avg, \lcodemodel.sel and \lcodedredge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.