tidymodels/broom
Convert statistical analysis objects from R into tidy format observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 82
- Release rhythm 60
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 102.0
- age_days: 4374
- days_rel: 111
- days_push: 111
- n_releases_24m: 7
Adoption not part of the score
1525 stars · 301 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
broom is an R package that converts statistical model objects from 100+ modeling packages into tidy tibbles. It provides three verbs—tidy(), glance(), and augment()—to summarize model components, whole-model fit statistics, and observation-level information.
Use cases
- extract regression coefficients as a tidy data frame
- compare goodness-of-fit statistics across many models
- turn model output into tibbles for ggplot2 visualization
- tidy statistical model results for further dplyr manipulation
- augment a dataset with fitted values and residuals
- summarize lm, glm, and other stats package model objects
When to choose
- you work in R with statistical models and want tidy, consistent output
- you need to combine or visualize results from many different model types
- you use the tidymodels or tidyverse ecosystem
When to avoid
- you need model tidiers for mixed models beyond what broom.mixed provides
- you work outside R or need non-tidy data structures
Facets
library · maturity active
data-science serialization data-visualization data-science machine-learning tidy-data r-package statistical-modeling tidymodels tibble model-summarization statistics data-engineering r
4 sources
- readme: https://github.com/tidymodels/broom · fetched 2026-08-28 · d38c02636082
- homepage: https://broom.tidymodels.org · fetched 2026-08-29 · e8be0813b9f9
- site_page: https://broom.tidymodels.org/news/index.html · fetched 2026-08-29 · db36edf0baa3
- site_page: https://broom.tidymodels.org/authors.html · fetched 2026-08-29 · 8e7ad73a207f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tidymodels/broom | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="tidymodels/broom")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem