forked from tidymodels/broom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: broom
Type: Package
Title: Convert statistical analysis objects from R into tidy format
Version: 0.2.10
Date: 2014-09-11
Authors@R: as.person(c(
"David Robinson <[email protected]> [aut, cre]",
"Boris Demeshev <[email protected]> [ctb]",
"Hadley Wickham <[email protected]> [ctb]"
))
Description: Convert statistical analysis objects from R into tidy format,
so that they can more easily be combined, reshaped and otherwise processed
with tools like dplyr and tidyr. 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,
glmnet,
Lahman,
MASS,
sp,
maps,
maptools,
multcomp,
ggplot2,
testthat,
lme4,
zoo
URL: http://github.com/dgrtwo/broom
BugReports: http://github.com/dgrtwo/broom/issues
VignetteBuilder: knitr
License: MIT + file LICENSE