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
You Might Also Like
La version gratuite d'Auth0 s'enrichit !
Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of broom!