forked from benkeser/survtmle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.12 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
Package: survtmle
Title: Compute Targeted Minimum Loss-Based Estimates in Right-Censored Survival
Settings
Version: 1.1.1
Authors@R: c(
person("David", "Benkeser", email = "benkeser@emory.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1019-8343")),
person("Nima", "Hejazi", email = "nhejazi@berkeley.edu",
role = "aut",
comment = c(ORCID = "0000-0002-7127-2789"))
)
Description: Targeted estimates of marginal cumulative incidence in survival
settings with and without competing risks, including estimators that respect
bounds (Benkeser, Carone, and Gilbert. Statistics in Medicine, 2017.
<doi:10.1002/sim.7337>).
Depends:
R (>= 3.0.0)
Imports:
Matrix,
speedglm,
SuperLearner,
plyr,
dplyr,
tidyr (>= 0.8.0),
stringr,
ggplot2,
ggsci
Suggests:
testthat,
knitr,
rmarkdown,
survival,
cmprsk,
tibble
License: MIT + file LICENSE
URL: https://github.com/benkeser/survtmle
BugReports: https://github.com/benkeser/survtmle/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1