supported-classes: List of supported models

MuMIn-modelsR 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:

  • \lcode

    lm, \lcodeglm (package stats);

  • \lxcode

    rlmMASS, \lxcodeglm.nbMASS and \lxcodepolrMASS (MASS);

  • \lxcode

    multinomnnet (nnet);

  • \lxcode

    lmenlme, \lxcodeglsnlme (nlme);

  • \lxcode

    lmerlme4, \lxcodeglmerlme4 (lme4);

  • \lxcode

    cpglmcplm, \lxcodecpglmmcplm (cplm);

  • \lxcode

    gammgcv, \lxcodegammmgcv* (mgcv);

  • \lxcode

    gamm4gamm4* (gamm4);

  • \lxcode

    gamlssgamlss (gamlss);

  • \lxcode

    glmmMLglmmML (glmmML);

  • glmmadmb (glmmADMB from R-Forge);

  • \lxcode

    glmmTMBglmmTMB (glmmTMB);

  • \lxcode

    MCMCglmmMCMCglmm* (MCMCglmm);

  • asreml (non-free commercial package asreml; allows only for REML comparisons);

  • \lxcode

    hurdlepscl, \lxcodezeroinflpscl (pscl);

  • \lxcode

    negbinaod, \lxcodebetabinaod (class "glimML"), package aod);

  • \lxcode

    aodmlaods3, \lxcodeaodqlaods3 (aods3);

  • \lxcode

    betaregbetareg (betareg);

  • \lxcode

    brglmbrglm (brglm);

  • *sarlm models, \lxcodespautolmspatialreg (spatialreg);

  • \lxcode

    spmlsplm* (if fitted by ML, splm);

  • \lxcode

    coxphsurvival, \lxcodesurvregsurvival (survival);

  • \lxcode

    coxmecoxme, \lxcodelmekincoxme (coxme);

  • \lxcode

    rqquantreg (quantreg);

  • \lxcode

    clmordinal and \lxcodeclmmordinal (ordinal);

  • \lxcode

    logistflogistf (logistf);

  • \lxcode

    crunchcaper*, \lxcodepglscaper (caper);

  • \lxcode

    maxlikemaxlike (maxlike);

  • most "unmarkedFit" objects from package unmarked);

  • \lxcode

    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.

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.


MuMIn documentation built on June 22, 2024, 6:44 p.m.