https://github.com/cran/MuMIn
Raw File
Tip revision: eb00abedf6bdba1962f925fe5233aecb202f2d33 authored by Kamil BartoĊ„ on 17 December 2014, 07:10:23 UTC
version 1.12.1
Tip revision: eb00abe
TODO
TODO list for the MuMIn package:


*** model.sel with class "mark": "parameters" should be removed

** 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
*   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