-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.02 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
Package: APTSCausalInference
Type: Package
Title: Practicals for the APTS Module "Causal Inference" 2023 (V. Didelez and R.J. Evans)
Version: 1.1.0
Author: Authors@R:
c(person(given = "Ronja",
family = "Foraita",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Vanessa",
family = "Didelez",
role = c("aut"),
email = "[email protected]"),
person(given = "Robin",
family = "Evans",
role = c("aut"),
email = "[email protected]"))
Maintainer: R Foraita <[email protected]>
Description: Installs all necessary packages and provides R codes for the practicals.
Depends: R (>= 4.0.0)
Imports:
AIPW,
cobalt,
data.table,
dplyr,
ggplot2,
ipw,
sandwich,
stdReg,
SuperLearner,
survey
URL: https://github.com/bips-hb/APTS_Causal_Inference
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr