Package: broom
Type: Package
Title: Convert Statistical Analysis Objects Into Tidy Data Frames
Version: 0.3.5
Date: 2014-09-11
Authors@R: as.person(c(
    "David Robinson <admiral.david@gmail.com> [aut, cre]",
    "Matthieu Gomez <mattg@princeton.edu> [ctb]",
    "Boris Demeshev <boris.demeshev@gmail.com> [ctb]",
    "Hadley Wickham <hadley@rstudio.com> [ctb]"
    ))
Maintainer: David Robinson <admiral.david@gmail.com>
Description: Convert statistical analysis objects from R into tidy data frames,
    so that they can more easily be combined, reshaped and otherwise processed
    with tools like dplyr, tidyr and ggplot2. The package provides three S3
    generics: tidy, which summarizes a model's statistical findings such as
    coefficients of a regression; augment, which adds columns to the original
    data such as predictions, residuals and cluster assignments; and glance,
    which provides a one-row summary of model-level statistics.
Imports: plyr, dplyr, tidyr, psych
Suggests: knitr, survival, gam, glmnet, lfe, Lahman, MASS, sp, maps,
        maptools, multcomp, testthat, lme4, zoo, ggplot2
URL: http://github.com/dgrtwo/broom
BugReports: http://github.com/dgrtwo/broom/issues
VignetteBuilder: knitr
License: MIT + file LICENSE
Packaged: 2015-01-05 17:10:34 UTC; dgrtwo
Author: David Robinson [aut, cre],
  Matthieu Gomez [ctb],
  Boris Demeshev [ctb],
  Hadley Wickham [ctb]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-01-05 21:05:58
