-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.26 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
Package: tstmle01
Title: Targeted Maximum Likelihood Estimation of Causal Effects of Interventions
on a Single Binary Time Series
Version: 0.0.1
Authors@R: c(
person("Ivana", "Malenica", email = "imalenica@berkeley.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7404-8088")),
person("Mark", "van der Laan", email = "laan@berkeley.edu",
role = "aut"),
person("Jonathan", "Levy", email = "jlstiles@berkeley.edu",
role = "ctb"),
person("Chris", "Kennedy", email = "ck37@berkeley.edu",
role = "ctb"),
person("Nima", "Hejazi", email = "nhejazi@berkeley.edu",
role = "ctb", comment = c(ORCID = "0000-0002-7127-2789"))
)
Maintainer: Ivana Malenica <imalenica@berkeley.edu>
Description: An implementation of a Targeted Maximum Likelihood Estimator (TMLE)
for the effect of an intervention on a single binary time series.
Depends: R (>= 3.2.0)
Imports:
stats,
Hmisc,
prodlim,
parallel,
doParallel,
foreach
Suggests:
testthat,
knitr,
rmarkdown
License: MIT + file LICENSE
URL: https://github.com/podTockom/tstmle01
BugReports: https://github.com/podTockom/tstmle01/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1.9000