| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| broom 1.0.7 source code.tar.gz | 2024-09-27 | 609.5 kB | |
| broom 1.0.7 source code.zip | 2024-09-27 | 1.0 MB | |
| README.md | 2024-09-27 | 982 Bytes | |
| Totals: 3 Items | 1.6 MB | 0 | |
-
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, anddffor models fitted with a single predictor and no intercept (@jrob95, [#1209]).