-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 1.29 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
Package: margot
Type: Package
Title: MARGinal Observational Treatment-effects
Version: 0.3.0.6
URL: https://github.com/go-bayes/margot
Authors@R: person("Joseph A", "Bulbulia", email = "[email protected]", role = c("aut", "cre"))
Description: Functions to obtain MARGinal Observational Treatment-effects from observational data. The package includes simulated data from The New Zealand Attitudes and Values Study, licensed for non-commercial use only to protect privacy. The code is licensed under the GNU General Public License (GPL) v3.0.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0)
Imports:
stats,
tidyverse,
ggplot2,
mice,
parameters,
report,
kableExtra,
gtsummary,
patchwork,
here,
qs,
glue,
lmtp,
tidyr,
clarify,
WeightIt,
MatchIt,
EValue,
MatchThem,
miceadds,
parallel,
doParallel,
future,
ggplot2,
glue,
grf,
progressr,
policytree,
DiagrammeR,
ggbeeswarm,
naniar,
data.table,
purrr,
maq,
ggokabeito,
labelled,
janitor,
testthat,
rlang,
cli,
crayon,
ggeffects,
lubridate,
stringr,
zoo,
tools
RoxygenNote: 7.3.2.9000
VignetteBuilder: quarto
Suggests:
quarto
Config/testthat/edition: 3