broom 1.0.7
-
Corrected
nobsentries inglance.coxph()output: the package used to
returnlength(object$linear.predictors)(equal tonrather thannevent)
and now uses survival's method (#1224). -
Corrected confidence interval values in
tidy.boot()and addressed errors
when bootstrapping confidence intervals for multiple terms (#1212). -
Reverted deprecation of tidiers for objects from the margins package
now that the package is back on CRAN (#1220). -
Addressed failure in
tidy.anova()ahead of upcoming car
release (#1215). -
Clarified documentation for a number of cases where dots were
documented as unused but actually passed to internal functions
(#1214). -
Addressed error in
augment.betareg()andaugment.betamfx()
withdata = NULLand non-nullnewdata(#1216, #1218). -
glance.lm()now returns non-NAvalues forstatistic,p.value, anddf
for models fitted with a single predictor and no intercept (@jrob95, #1209).