broom: Convert Statistical Objects into Tidy Tibbles

Summarizes key information about statistical objects in tidy tibbles. This makes it easy to report results, create plots and consistently work with large numbers of models at once. Broom provides three verbs that each provide different types of information about a model. tidy() summarizes information about model components such as coefficients of a regression. glance() reports information about an entire model, such as goodness of fit measures like AIC and BIC. augment() adds information about individual observations to a dataset, such as fitted values or influence measures.

Version: 1.0.5
Depends: R (≥ 3.5)
Imports: backports, dplyr (≥ 1.0.0), ellipsis, generics (≥ 0.0.2), glue, lifecycle, purrr, rlang, stringr, tibble (≥ 3.0.0), tidyr (≥ 1.0.0)
Suggests: AER, AUC, bbmle, betareg, biglm, binGroup, boot, btergm (≥ 1.10.6), car, carData, caret, cluster, cmprsk, coda, covr, drc, e1071, emmeans, epiR, ergm (≥ 3.10.4), fixest (≥ 0.9.0), gam (≥ 1.15), gee, geepack, ggplot2, glmnet, glmnetUtils, gmm, Hmisc, irlba, interp, joineRML, Kendall, knitr, ks, Lahman, lavaan, leaps, lfe, lm.beta, lme4, lmodel2, lmtest (≥ 0.9.38), lsmeans, maps, margins, MASS, mclust, mediation, metafor, mfx, mgcv, mlogit, modeldata, modeltests, muhaz, multcomp, network, nnet, orcutt (≥ 2.2), ordinal, plm, poLCA, psych, quantreg, rmarkdown, robust, robustbase, rsample, sandwich, sp, spdep (≥ 1.1), spatialreg, speedglm, spelling, survey, survival, systemfit, testthat (≥ 2.1.0), tseries, vars, zoo
Published: 2023-06-09
Author: David Robinson [aut], Alex Hayes ORCID iD [aut], Simon Couch ORCID iD [aut, cre], Posit Software, PBC [cph, fnd], Indrajeet Patil ORCID iD [ctb], Derek Chiu [ctb], Matthieu Gomez [ctb], Boris Demeshev [ctb], Dieter Menne [ctb], Benjamin Nutter [ctb], Luke Johnston [ctb], Ben Bolker [ctb], Francois Briatte [ctb], Jeffrey Arnold [ctb], Jonah Gabry [ctb], Luciano Selzer [ctb], Gavin Simpson [ctb], Jens Preussner [ctb], Jay Hesselberth [ctb], Hadley Wickham [ctb], Matthew Lincoln [ctb], Alessandro Gasparini [ctb], Lukasz Komsta [ctb], Frederick Novometsky [ctb], Wilson Freitas [ctb], Michelle Evans [ctb], Jason Cory Brunson [ctb], Simon Jackson [ctb], Ben Whalley [ctb], Karissa Whiting [ctb], Yves Rosseel [ctb], Michael Kuehn [ctb], Jorge Cimentada [ctb], Erle Holgersen [ctb], Karl Dunkle Werner ORCID iD [ctb], Ethan Christensen [ctb], Steven Pav [ctb], Paul PJ [ctb], Ben Schneider [ctb], Patrick Kennedy [ctb], Lily Medina [ctb], Brian Fannin [ctb], Jason Muhlenkamp [ctb], Matt Lehman [ctb], Bill Denney ORCID iD [ctb], Nic Crane [ctb], Andrew Bates [ctb], Vincent Arel-Bundock ORCID iD [ctb], Hideaki Hayashi [ctb], Luis Tobalina [ctb], Annie Wang [ctb], Wei Yang Tham [ctb], Clara Wang [ctb], Abby Smith ORCID iD [ctb], Jasper Cooper ORCID iD [ctb], E Auden Krauska ORCID iD [ctb], Alex Wang [ctb], Malcolm Barrett ORCID iD [ctb], Charles Gray ORCID iD [ctb], Jared Wilber [ctb], Vilmantas Gegzna ORCID iD [ctb], Eduard Szoecs [ctb], Frederik Aust ORCID iD [ctb], Angus Moore [ctb], Nick Williams [ctb], Marius Barth ORCID iD [ctb], Bruna Wundervald ORCID iD [ctb], Joyce Cahoon ORCID iD [ctb], Grant McDermott ORCID iD [ctb], Kevin Zarca [ctb], Shiro Kuriwaki ORCID iD [ctb], Lukas Wallrich ORCID iD [ctb], James Martherus ORCID iD [ctb], Chuliang Xiao ORCID iD [ctb], Joseph Larmarange [ctb], Max Kuhn [ctb], Michal Bojanowski [ctb], Hakon Malmedal [ctb], Clara Wang [ctb], Sergio Oller [ctb], Luke Sonnet [ctb], Jim Hester [ctb], Ben Schneider [ctb], Bernie Gray ORCID iD [ctb], Mara Averick [ctb], Aaron Jacobs [ctb], Andreas Bender [ctb], Sven Templer [ctb], Paul-Christian Buerkner [ctb], Matthew Kay [ctb], Erwan Le Pennec [ctb], Johan Junkka [ctb], Hao Zhu [ctb], Benjamin Soltoff [ctb], Zoe Wilkinson Saldana [ctb], Tyler Littlefield [ctb], Charles T. Gray [ctb], Shabbh E. Banks [ctb], Serina Robinson [ctb], Roger Bivand [ctb], Riinu Ots [ctb], Nicholas Williams [ctb], Nina Jakobsen [ctb], Michael Weylandt [ctb], Lisa Lendway [ctb], Karl Hailperin [ctb], Josue Rodriguez [ctb], Jenny Bryan [ctb], Chris Jarvis [ctb], Greg Macfarlane [ctb], Brian Mannakee [ctb], Drew Tyre [ctb], Shreyas Singh [ctb], Laurens Geffert [ctb], Hong Ooi [ctb], Henrik Bengtsson [ctb], Eduard Szocs [ctb], David Hugh-Jones [ctb], Matthieu Stigler [ctb], Hugo Tavares ORCID iD [ctb], R. Willem Vervoort [ctb], Brenton M. Wiernik [ctb], Josh Yamamoto [ctb], Jasme Lee [ctb], Taren Sanders ORCID iD [ctb], Ilaria Prosdocimi ORCID iD [ctb], Daniel D. Sjoberg ORCID iD [ctb], Alex Reinhart ORCID iD [ctb]
Maintainer: Simon Couch <simon.couch at posit.co>
BugReports: https://github.com/tidymodels/broom/issues
License: MIT + file LICENSE
URL: https://broom.tidymodels.org/, https://github.com/tidymodels/broom
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: broom results

Documentation:

Reference manual: broom.pdf
Vignettes: Writing new tidier methods
Available methods
Tidy bootstrapping
Introduction to broom
broom and dplyr
kmeans with dplyr and broom

Downloads:

Package source: broom_1.0.5.tar.gz
Windows binaries: r-devel: broom_1.0.5.zip, r-release: broom_1.0.5.zip, r-oldrel: broom_1.0.5.zip
macOS binaries: r-release (arm64): broom_1.0.5.tgz, r-oldrel (arm64): broom_1.0.5.tgz, r-release (x86_64): broom_1.0.5.tgz
Old sources: broom archive

Reverse dependencies:

Reverse depends: biobroom, heplots
Reverse imports: aggTrees, AgroReg, AICcPermanova, ale, allestimates, AovBay, apaTables, AquaticLifeHistory, autocogs, autoReg, batchtma, breathtestcore, broom.helpers, broom.mixed, bumbl, card, catfun, cdom, chest, ChIPexoQual, codaredistlm, CohortSurvival, conjoint, convergEU, CR2, currr, dcurves, decoupleR, DEGreport, describedata, did2s, didimputation, DiscoRhythm, disto, doBy, dreamlet, echarts4r, edwards97, eoffice, EpiForsk, ERSA, escape, export, extraChIPs, eyetrackingR, finalfit, forestmangr, forestmodel, funneljoin, geepack, GenomicDistributions, germinationmetrics, ggFishPlots, gglm, ggsurvfit, glmmfields, gompertztrunc, gRain, Greg, gtsummary, gWQS, HDStIM, healthyR.ai, highcharter, imputeREE, infer, insane, isomiRs, itraxR, JSmediation, konfound, lactater, lcsm, LDAShiny, lin.eval, LipidomicsR, LSTbook, MagmaClustR, mbQTL, MetricGraph, MF.beta4, mice, microbial, microbiomeExplorer, midasHLA, MLMusingR, mmibain, mmiCATs, modelr, moderndive, mudfold, Multiaovbay, multifear, multifunc, mverse, nestedLogit, NetworkExtinction, NPARC, nrba, oceanic, oesr, OlinkAnalyze, OLStrajr, omicwas, omu, packDAMipd, papaja, pbkrtest, PHEindicatormethods, pixiedust, POMA, POV, prettyglm, psychReport, PVplr, pwr2ppl, qcpm, qPCRtools, R2MLwiN, radiant.data, radiant.model, RCT, rdss, reappraised, regressinator, risks, RKorAPClient, robomit, rSPDE, rstatix, sclr, scpoisson, sdcLog, SemNeT, simglm, SimplifyStats, simpr, simts, sjstats, skedastic, smdi, sovereign, SpatialRDD, specr, spqdep, stabiliser, statsr, StroupGLMM, survminer, survParamSim, survstan, swaprinc, sweep, SWMPrExtension, SynDI, takos, teal.modules.clinical, temperatureresponse, tern, theftdlc, tidyAML, tidycmprsk, TidyDensity, tidyfit, tidymodels, tidyverse, TPP, TrialEmulation, TSS.RESTREND, valr, visR, weird, whippr, widyr, wrappedtools
Reverse suggests: agridat, Amelia, amt, archetyper, arsenal, autoimage, BloodCancerMultiOmics2017, BrailleR, CellaRepertorium, crossmap, csdata, DeclareDesign, disk.frame, dotwhisker, dplyr, dpm, ethnobotanyR, explainer, faux, fivethirtyeight, flextable, fwildclusterboot, GGally, ggbiplot, ggdist, ggeffects, ggformula, ggpmisc, ggstats, glmmTMB, goldfish, gravity, groupdata2, hbal, healthyR, huxtable, industRial, insight, interactions, jlmerclusterperm, jtools, kayadata, KMunicate, logitr, lspline, lterdatasampler, lucid, macleish, marginaleffects, mixpoissonreg, modelsummary, mosaic, MSEtool, multiverse, nestedmodels, NetCoupler, nls.multstart, openintro, parameters, photosynthesis, plotly, progeny, pubh, public.ctn0094data, qgcomp, rar, RBesT, rempsyc, rsample, rtables, rTPC, SAMprior, sfdep, simhelpers, simTool, sparklyr, teal.modules.general, tern.mmrm, texreg, tibbletime, tidybayes, tidybulk, tidycat, tidyquant, tidytext, timetk, tipr, TOSTER, utile.visuals, whitewater

Linking:

Please use the canonical form https://CRAN.R-project.org/package=broom to link to this page.