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.7 |
Depends: | R (≥ 3.5) |
Imports: | backports, dplyr (≥ 1.0.0), generics (≥ 0.0.2), glue, lifecycle, purrr, rlang, stringr, tibble (≥ 3.0.0), tidyr (≥ 1.0.0) |
Suggests: | AER, AUC, bbmle, betareg (≥ 3.2-1), biglm, binGroup, boot, btergm (≥ 1.10.6), car (≥ 3.1-2), 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 (≥ 0.6.18), leaps, lfe, lm.beta, lme4, lmodel2, lmtest (≥ 0.9.38), lsmeans, maps, margins, MASS, mclust, mediation, metafor, mfx, mgcv, mlogit, modeldata, modeltests (≥ 0.1.6), muhaz, multcomp, network, nnet, orcutt (≥ 2.2), ordinal, plm, poLCA, psych, quantreg, rmarkdown, robust, robustbase, rsample, sandwich, spdep (≥ 1.1), spatialreg, speedglm, spelling, survey, survival (≥ 3.6-4), systemfit, testthat (≥ 2.1.0), tseries, vars, zoo |
Published: | 2024-09-26 |
DOI: | 10.32614/CRAN.package.broom |
Author: | David Robinson [aut],
Alex Hayes |
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 |
Reference manual: | broom.pdf |
Vignettes: |
Writing new tidier methods (source) Available methods (source, R code) Tidy bootstrapping (source, R code) Introduction to broom (source, R code) broom and dplyr (source, R code) kmeans with dplyr and broom (source) |
Package source: | broom_1.0.7.tar.gz |
Windows binaries: | r-devel: broom_1.0.7.zip, r-release: broom_1.0.7.zip, r-oldrel: broom_1.0.7.zip |
macOS binaries: | r-release (arm64): broom_1.0.7.tgz, r-oldrel (arm64): broom_1.0.7.tgz, r-release (x86_64): broom_1.0.7.tgz, r-oldrel (x86_64): broom_1.0.7.tgz |
Old sources: | broom archive |
Please use the canonical form https://CRAN.R-project.org/package=broom to link to this page.