forked from tidymodels/broom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
94 lines (94 loc) · 2.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: broom
Type: Package
Title: Convert Statistical Analysis Objects into Tidy Data Frames
Version: 0.4.2
Date: 2016-12-28
Authors@R: c(
person("David", "Robinson", email = "[email protected]", role = c("aut", "cre")),
person("Matthieu", "Gomez", email = "[email protected]", role = "ctb"),
person("Boris", "Demeshev", email = "[email protected]", role = "ctb"),
person("Dieter", "Menne", email = "[email protected]", role = "ctb"),
person("Benjamin", "Nutter", email = "[email protected]", role = "ctb"),
person("Luke", "Johnston", email = "[email protected]", role = "ctb"),
person("Ben", "Bolker", email = "[email protected]", role = "ctb"),
person("Francois", "Briatte", email = "[email protected]", role = "ctb"),
person("Jeffrey", "Arnold", email = "[email protected]", role = "ctb"),
person("Jonah", "Gabry", email = "[email protected]", role = "ctb"),
person("Luciano", "Selzer", email = "[email protected]", role = "ctb"),
person("Gavin", "Simpson", email = "[email protected]", role = "ctb"),
person("Jens", "Preussner", email = " [email protected]", role = "ctb"),
person("Jay", "Hesselberth", email = "[email protected]", role = "ctb"),
person("Hadley", "Wickham", email = "[email protected]", role = "ctb")
)
Maintainer: David Robinson <[email protected]>
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,
stringr,
reshape2,
nlme,
methods
Suggests:
knitr,
boot,
survival,
gam,
glmnet,
lfe,
Lahman,
MASS,
sp,
maps,
maptools,
multcomp,
testthat,
lme4,
zoo,
lmtest,
plm,
biglm,
ggplot2,
nnet,
geepack,
AUC,
ergm,
network,
statnet.common,
xergm,
btergm,
binGroup,
Hmisc,
bbmle,
gamlss,
rstan,
rstanarm,
brms,
coda,
gmm,
Matrix,
ks,
purrr,
orcutt,
mgcv,
lmodel2,
poLCA,
mclust,
covr,
lsmeans,
betareg,
robust,
akima
URL: http://github.com/tidyverse/broom
BugReports: http://github.com/tidyverse/broom/issues
VignetteBuilder: knitr
License: MIT + file LICENSE
RoxygenNote: 5.0.1