broom.helpers
Helpers for Model Coefficients Tibbles
The tidying engine under gtsummary keeps widening its model coverage while retiring its own selector layer.
◆Recent moves
- 11mo ago
Quantile regression support lands as legacy selectors are removed
Adds quantreg::rq() to the supported model list and closes the deprecation arc by removing the four dot-prefixed selector functions outright. Two fixest fixes, both involving subsetted data, continue a recurring theme in this package's bug reports.
View source ↗ - 1y ago
Experimental tidier for survey-weighted VGAM models
Extends coverage to svyVGAM::svy_vglm() through an experimental tidier, continuing the push into survey-weighted models. The change to polynomial term relabelling is a small breaking default, now opt-in via relabel_poly.
View source ↗ - 1y ago
New grouping controls for tidied model results
Introduces tidy_group_by() plus group_by and group_labels arguments on tidy_plus_plus(), giving the pipeline a way to express grouped results rather than a flat table. Arriving in the same release as the hard deprecation of the old selectors, it shows the package building its own structure while shedding borrowed machinery.
View source ↗ - 1y ago
Marginal means tidier hard deprecated
A single-line release hard deprecating tidy_marginal_means(), following through on the notice given when marginaleffects removed the underlying function. Bookkeeping in the wider retreat from superseded marginal-effects tooling.
View source ↗ - 1y ago
Instrumental variable support for fixest models
Adds glmgee support and, more usefully, instrumental variable handling for fixest models with a new instrumental_suffix argument threaded through three functions. The econometric side of the supported-model list is getting real attention rather than nominal coverage.
View source ↗ - 1y ago
broom.helpers 1.17.0
⚡ SPARKThe release that redrew the package's boundaries: selectors were realigned for gtsummary 2.0.0, scope_tidy() was introduced, and the internal selector helpers were deprecated in favour of the cards package. Every later removal in this timeline is the tail of the decision made here.
View source ↗