https://github.com/cran/MuMIn
Raw File
Tip revision: 1cc4f370bf44f389f29aea4ec13be526f09598d8 authored by Kamil BartoĊ„ on 22 March 2023, 15:00:07 UTC
version 1.47.5
Tip revision: 1cc4f37
TODO
TODO list for the MuMIn package:

# BUGS:
* unify null.fit and .nullFitRE
* arm.glm does not show all combinations 

# Extensions:
* response in plot title in plot.model.selection 
* effects for "averaging" object?

**  fit.args - additional arguments for updated models (underwrite)
**  handling random effects in 'dredge' (with 'lme', 'lmer', etc). Currently
        'varying' may be used with lme's "random" argument for that purpose.
*   predictions from 'multinom'
*   untransforming predictions from 'unmarkedFit'
*   model.names: return a textual representation of the model
*   model.avg: checking for consistency of contrasts used in the models
*   print 'model.selection' output in a shorthand form, with model formulas as
        row names and no columns for terms.
*   pdredge: checking if 'nobs' for all generated models in are equal (already 
        done in 'dredge')
back to top