broom.helpers 1.4.0
New supported models
- Support for
glmmTMB::glmmTMB()
models (#119)
New features
- Function arguments that accept formula-list values now have more flexible inputs. (#121)
- The passed list may now be a combination of named lists and lists of formulas, e.g.
list(trt ~ 1, all_continuous() ~ 2)
. - The shortcut
~ <value>
may be now used to indicateeverything() ~ <value>
- The passed list may now be a combination of named lists and lists of formulas, e.g.
Bug fixes