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
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of broom!