swh:1:snp:91acd9f2f5b4337f8c431e6680f74dbac9657f2f
Raw File
Tip revision: 1fc21ca1c399665b38a4a52c9a224b5e0b4cb51f authored by Kamil BartoĊ„ on 28 October 2013, 00:00:00 UTC
version 1.9.13
Tip revision: 1fc21ca
TODO
TODO list for the MuMIn package:


*** fit.args - additional arguments for updated models (underwrite)
*** model.sel, with class mark "parameters" should be removed

*   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
*   model.sel: add 'extra' and 'beta' (requested by Dennis Duro)
**  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