forked from bbolker/broom.mixed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
84 lines (84 loc) · 2.48 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
Package: broom.mixed
Type: Package
Title: Tidying Methods for Mixed Models
Version: 0.2.7
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("Alexandre", "Courtiol",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-0637-2959")),
person("François", "Rousset",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0003-4670-0371"))
)
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,
methods,
nlme,
purrr,
stringr,
tibble,
tidyr
Suggests:
brms,
dotwhisker,
knitr,
testthat,
gamlss,
gamlss.data,
ggplot2,
GLMMadaptive,
glmmADMB,
glmmTMB,
lmerTest,
lme4,
Matrix,
MASS,
MCMCglmm,
mgcv,
pander,
pbkrtest,
rstan,
rstanarm,
R2jags,
spaMM (>= 3.7.25),
TMB
URL: http://github.com/bbolker/broom.mixed
BugReports: http://github.com/bbolker/broom.mixed/issues
License: GPL-3
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr