r-broom
Convert Statistical Analysis Objects into Tidy Tibbles
Convert Statistical Analysis Objects into Tidy Tibbles
To install this package, run one of the following:
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.
Summary
Convert Statistical Analysis Objects into Tidy Tibbles
Last Updated
Mar 12, 2019 at 22:11
License
MIT
Total Downloads
147
Supported Platforms
GitHub Repository
http://github.com/tidyverse/broom