-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 959 Bytes
/
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
Package: RCTtoolbox
Title: Useful Wrapper Functions for Analyzing RCTs Data
Version: 0.9.2.1
Authors@R: person(
"Hiroki", "Kato",
email = "[email protected]",
role = c("aut", "cre"))
Description: This package is a collection of useful wrapper functions for analyzing RCT data.
It corresponds to three or more treatment conditions.
It also offers global options to facilitate consistent analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
broom (>= 0.7.9),
dplyr (>= 1.0.7),
estimatr (>= 0.30.2),
fixest (>= 0.9.0),
flextable (>= 0.6.7),
forcats (>= 0.5.1),
ggplot2 (>= 3.3.5),
glue (>= 1.4.2),
grid,
kableExtra (>= 1.3.4),
magrittr (>= 2.0.1),
modelsummary (>= 0.9.1),
patchwork (>= 1.1.1),
R6 (>= 2.5.0),
rlang (>= 0.4.12),
stats,
tables (>= 0.9.6)
Depends:
R (>= 4.0.0)