-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
90 lines (90 loc) · 1.86 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
Package: broom.helpers
Title: Helpers for Model Coefficients Tibbles
Version: 1.17.0.9000
Authors@R: c(
person("Joseph", "Larmarange", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7097-700X")),
person("Daniel D.", "Sjoberg", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0862-2018"))
)
Description: Provides suite of functions to work with regression model
'broom::tidy()' tibbles. The suite includes functions to group
regression model terms by variable, insert reference and header rows
for categorical variables, add variable labels, and more.
License: GPL (>= 3)
URL: https://larmarange.github.io/broom.helpers/, https://github.com/larmarange/broom.helpers
BugReports: https://github.com/larmarange/broom.helpers/issues
Depends:
R (>= 4.2)
Imports:
broom (>= 0.8),
cards,
cli,
dplyr (>= 1.1.0),
labelled,
lifecycle,
purrr,
rlang (>= 1.0.1),
stats,
stringr,
tibble,
tidyr
Suggests:
betareg,
biglm,
brms (>= 2.13.0),
broom.mixed,
cmprsk,
covr,
datasets,
effects,
emmeans,
fixest (>= 0.10.0),
forcats,
gam,
gee,
geepack,
ggplot2,
ggeffects (>= 1.3.2),
ggstats (>= 0.2.1),
glmmTMB,
glue,
gt,
gtsummary (>= 2.0.0),
knitr,
lavaan,
lfe,
lme4 (>= 1.1.28),
logitr (>= 0.8.0),
marginaleffects (>= 0.18.0),
margins,
MASS,
mgcv,
mice,
mmrm (>= 0.3.6),
multgee,
nnet,
ordinal,
parameters,
parsnip,
patchwork,
plm,
pscl,
rmarkdown,
rstanarm,
scales,
spelling,
survey,
survival,
testthat,
tidycmprsk,
VGAM
VignetteBuilder:
knitr
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2