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
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of broom!