broom is part of the tidymodels ecosystem that converts statistical model outputs (e.g. from lm, glm, t.test, lme4, etc.) into tidy tibbles — standardized data frames — using functions tidy(), glance(), and augment(). These are easier to manipulate, visualize, and report programmatically.
Features
- tidy() extracts summary info per model term (e.g. coefficients, SE, p-values)
- glance() returns model-level metrics (e.g. AIC, BIC, R²)
- augment() adds fitted values/residuals to original data
- Supports over 100+ model types across CRAN packages
- Enables pipeline-friendly result extraction for plotting or reporting
- Integrates with tidyverse tooling and workflows
Categories
StatisticsLicense
MIT LicenseFollow broom
Other Useful Business Software
Application Monitoring That Won't Slow Your App Down
Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of broom!