broom 1.0.8
Deprecations
- Removed tidiers for objects from the orcutt package as it was archived from
CRAN 4 months prior to the package release.
Minor Improvements
-
tidy.coeftestnow returns non-NAvalues forconf.lowandconf.highfor
a model fitted with only a constant term and cluster robust std errors
computed usingvcovCLfromsandwich(#1227). -
Added support for new column name in lme4 ANOVA output. (lme4 tidiers are
technically supplied by broom.mixed, but intermediate output is routed through
broom'stidy.anova()method) (#1239).