-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
88 lines (88 loc) · 2.57 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
Package: broom.mixed
Type: Package
Title: Tidying Methods for Mixed Models
Version: 0.2.9.6
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"),
person("Eduard", "Szöcs", role = "ctb",
comment=c(ORCID = "0000-0001-5376-1194", sponsor = "BASF SE")),
person("Indrajeet", "Patil", role="ctb"),
person("Vincent", "Arel-Bundock",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-2042-7063")),
person("Bill", "Denney", role = "ctb"),
person("Cory", "Brunson", role = "ctb"),
person("Joe", "Wasserman", role = "ctb",
comment = c(ORCID = "0000-0002-9705-1853")),
person("Alexey", "Stukalov", role = "ctb"),
person("Matthieu", "Bruneaux", 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,
coda,
dplyr,
forcats,
methods,
nlme,
purrr,
stringr,
tibble,
tidyr,
furrr
Suggests:
brms,
dotwhisker,
knitr,
testthat,
gamlss,
gamlss.data,
ggplot2,
GLMMadaptive,
glmmADMB,
glmmTMB,
lmerTest,
lme4,
Matrix,
MCMCglmm,
mediation,
mgcv,
mice,
ordinal,
pander,
pbkrtest,
posterior,
rstan,
rstanarm,
rstantools,
R2jags,
TMB,
rmarkdown
URL: https://github.com/bbolker/broom.mixed
BugReports: https://github.com/bbolker/broom.mixed/issues
License: GPL-3
Encoding: UTF-8
Additional_repositories: http://bbolker.github.io/drat
VignetteBuilder: knitr
RoxygenNote: 7.3.2