-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
44 lines (44 loc) · 2.07 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
Package: medflex
Title: Flexible Mediation Analysis Using Natural Effect Models
Version: 0.6-10
Date: 2023-06-22
Authors@R: c(
person("Johan", "Steen", email = "[email protected]", role = c("aut", "cre")),
person("Tom", "Loeys", email = "[email protected]", role = "aut"),
person("Beatrijs", "Moerkerke", email = "[email protected]", role = "aut"),
person("Stijn", "Vansteelandt", email = "[email protected]", role = "aut"),
person("Joris", "Meys", email = "[email protected]", comment = "technical support", role = "ctb"),
person("Theis", "Lange", email = "[email protected]", comment = "valuable suggestions", role = "ctb"),
person("Joscha", "Legewie", email = "", role = "ctb"),
person("Paul", "Fink", email = "", role = "ctb"),
person("Sanford", "Weisberg", email = "[email protected]", role = "ctb"),
person("Yves", "Rosseel", email = "", role = "ctb"))
Description: Run flexible mediation analyses using natural effect models as described in
Lange, Vansteelandt and Bekaert (2012) <DOI:10.1093/aje/kwr525>,
Vansteelandt, Bekaert and Lange (2012) <DOI:10.1515/2161-962X.1014>
and Loeys, Moerkerke, De Smet, Buysse, Steen and Vansteelandt (2013) <DOI:10.1080/00273171.2013.832132>.
Depends: R (>= 3.1.2), multcomp (>= 1.3-6)
License: GPL-2
URL: https://github.com/jmpsteen/medflex
LazyData: true
Imports: boot (>= 1.3-8), car (>= 2.0-21), Matrix (>= 1.1-4), graphics
(>= 3.1.2), sandwich (>= 2.3-2), stats (>= 3.1.2), utils (>=
3.1.2)
Suggests: arm (>= 1.7-05), gam (>= 1.09.1), glmnet (>= 1.9-8), mice (>=
2.22), mitools (>= 2.3), rpart (>= 4.1-8), SuperLearner (>=
2.0-15), VGAM (>= 1.0-0)
RoxygenNote: 7.2.3
Encoding: UTF-8
ByteCompile: yes
NeedsCompilation: no
Author: Johan Steen [aut, cre],
Tom Loeys [aut],
Beatrijs Moerkerke [aut],
Stijn Vansteelandt [aut],
Joris Meys [ctb] (technical support),
Theis Lange [ctb] (valuable suggestions),
Joscha Legewie [ctb],
Paul Fink [ctb],
Sanford Weisberg [ctb],
Yves Rosseel [ctb]
Maintainer: Johan Steen <[email protected]>