https://github.com/cran/MuMIn
Raw File
Tip revision: c8b4ce88e9ef2c3fad8c9f5c436287cfc104f48c authored by Kamil BartoĊ„ on 22 November 2012, 10:19:05 UTC
version 1.8.0
Tip revision: c8b4ce8
TODO
TODO list for the MuMIn package:

*   model.names: return a textual representation of the model
*   model.avg: checking for consistency of contrasts used in the models
**  handling random effects in 'dredge' (with 'lme', 'lmer', etc). Currently
        'varying' may be used with lme's "random" argument for that purpose.
*   consistent ordering of columns in 'model.selection' tables
*   the same argument order in all 'model.sel' methods (add rank argument to the
        generic function)
*   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