-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 1010 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
Package: medltmle
Title: Longitudinal Mediation Analysis with Time-varying Mediators
Version: 0.1.0
Authors@R: c(person("Ivana", "Malenica", email = "[email protected]",
role = c("aut", "cre")),
person("Mark", "van der Laan", email = "[email protected]",
role = "aut"),
person("Wenjing", "Zheng", email = "[email protected]",
role = "aut")
)
Maintainer: Ivana Malenica <[email protected]>
Description: Estimates natural direct and indirect mediation effects for a
longitudinal settings with time-varying mediators.
Depends:
R (>= 3.3.0)
Imports:
SuperLearner,
speedglm,
matrixStats,
parallel,
pracma,
reshape
Suggests:
testthat,
caret,
knitr
License: MIT + file LICENSE
URL: https://github.com/podTockom/medltmle
BugReports: https://github.com/podTockom/medltmle/issues
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.1.1