forked from bbolker/broom.mixed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 1.85 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
Package: broom.mixed
Type: Package
Title: Tidying Methods for Mixed Models
Version: 0.2.4.9000
Authors@R: c(
person("Ben", "Bolker", email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID="0000-0002-2127-0443")),
person("David", "Robinson", email = "[email protected]",
role = "aut"),
person("Dieter", "Menne", role = "ctb"),
person("Jonah", "Gabry", role = "ctb"),
person("Paul", "Buerkner", role = "ctb"),
person("Christopher", "Hua", role = "ctb"),
person("William", "Petry", role = "ctb",
comment=c(ORCID="0000-0002-5230-5987")),
person("Joshua", "Wiley", role = "ctb",
comment=c(ORCID="0000-0002-0271-6702")),
person("Patrick", "Kennedy", role = "ctb")
)
Maintainer: Ben Bolker <[email protected]>
Description: Convert fitted objects from various R mixed-model packages
into tidy data frames along the lines of the 'broom' package.
The package provides three
S3 generics for each model: 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:
broom,
dplyr,
tidyr,
plyr,
purrr,
tibble,
reshape2,
nlme,
methods,
stringr,
coda,
TMB
Suggests:
knitr,
testthat,
ggplot2,
Matrix,
MCMCglmm,
lme4,
rstan,
rstanarm,
brms,
mgcv,
gamlss,
gamlss.data,
lmerTest,
glmmADMB,
glmmTMB,
dotwhisker,
pander,
R2jags
URL: http://github.com/bbolker/broom.mixed
BugReports: http://github.com/bbolker/broom.mixed/issues
License: GPL-3
RoxygenNote: 6.1.1
Encoding: UTF-8
Additional_repositories: http://bbolker.github.io/drat
VignetteBuilder: knitr