-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
70 lines (70 loc) · 2.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: stremr
Title: Streamlined Estimation for Static, Dynamic and Stochastic Treatment Regimes in Longitudinal Data
Version: 0.8.99
Authors@R: c(
person("Oleg", "Sofrygin", role=c("aut", "cre"), email="[email protected]"),
person(c("Mark", "J."), "van der Laan", role="aut", email="[email protected]"),
person("Romain", "Neugebauer", role="aut", email="[email protected]"))
Description: Analysis of longitudinal data with binary (time-to-event) or continuous outcomes.
Estimates the mean counterfactual outcome or counterfactual survival under static, dynamic and
stochastic interventions on treatment (exposure) and monitoring events over time.
Adjusts for measured time-varying confounding and informative right-censoring.
Possible estimators are: bounded IPW, hazard-based IPW (NPMSM), hazard-based IPW MSM,
direct plug-in for longitudinal G-formula (GCOMP), long-format TMLE and infinite-dimensional
TMLE (iTMLE).
Use data-adaptive estimation with machine learning algorithms implemented in
xgboost or h2o (Extreme Gradient Boosting, Random Forest, Deep Neural Nets).
Perform model selection with V-fold cross-validation.
The exposure, monitoring and censoring variables can be binary,
categorical or continuous. Each can be multivariate (e.g., can use more than one
column of dummy indicators for different censoring events).
The input data needs to be in long format.
URL: https://github.com/osofr/stremr
BugReports: https://github.com/osofr/stremr/issues
SystemRequirements: pandoc (http://pandoc.org) for generating and exporting
markdown reports to other formats.
Depends:
R (>= 3.2.1)
Imports:
assertthat,
condensier,
data.table,
dplyr,
gridisl,
magrittr,
methods,
origami,
pander,
purrr,
R6,
rmarkdown,
speedglm,
sl3,
stats,
tibble,
tidyr,
zoo
Suggests:
bibtex,
doParallel,
foreach,
ggiraph,
ggplot2,
glmnet,
h2o,
knitr,
RefManageR,
Rsolnp,
RUnit,
SuperLearner,
testthat,
mockery,
xgboost
Remotes:
github::jeremyrcoyle/sl3,
github::jeremyrcoyle/origami@old-stable,
github::osofr/condensier,
github::osofr/gridisl
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1