

broom
Convert statistical analysis objects from R into tidy format
broom summarizes statistical model outputs into tidy tibbles, making model information easy to work with in R. It provides three main functions: tidy() extracts component-level information like regression coefficients, glance() returns model-level statistics like R-squared, and augment() adds observation-level data like fitted values and residuals to datasets.
The package supports over 100 models from popular R packages plus most base R statistical models. It solves the problem of inconsistent model output formats by converting them into consistent, rectangular data structures that work seamlessly with tidyverse tools for visualization and analysis. All augmented columns use a . prefix to avoid overwriting existing data.
Contributors

Simon Couch

Max Kuhn
Principal Software Engineer

Emil Hvitfeldt
Senior Software Engineer

Hadley Wickham
Chief Scientific Officer

Julia Silge
Engineering Manager

Davis Vaughan
Principal Software Engineer

Hannah Frick
Senior Software Engineer

Jenny Bryan
Senior Software Engineer

Jeroen Janssens
Head of Developer Relations
