-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 loc) · 1.05 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
Package: DataTrainCausalLearning
Type: Package
Title: Practicals for the Data Train Course "Causal learning" 2021 (V Didelez)
Version: 1.0.0
Author: Authors@R:
c(person(given = "Ronja",
family = "Foraita",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Christine",
family = "Winther Bang",
role = c("aut"),
email = "[email protected]")
Maintainer: R Foraita <[email protected]>
Description: Installs all necessary packages and provides R codes for the parts (1) causal reasoning, (2) causal estimation and (3) causal learning.
Depends: R (>= 4.0.0)
Imports:
AIPW,
BiocManager,
bnlearn,
cobalt,
data.table,
dagitty,
GeneralisedCovarianceMeasure,
gRbase,
ipw,
kpcalg,
pcalg,
sandwich,
stdReg,
SuperLearner,
survey,
tidyverse,
V8
URL: https://github.com/bips-hb/DataTrainCausalLearning
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr