-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
64 lines (64 loc) · 2.46 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
Package: haldensify
Title: Highly Adaptive Lasso Conditional Density Estimation
Version: 0.2.7
Authors@R: c(
person("Nima", "Hejazi", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7127-2789")),
person("David", "Benkeser", email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1019-8343")),
person("Mark", "van der Laan", email = "[email protected]",
role = c("aut", "ths"),
comment = c(ORCID = "0000-0003-1432-5511")),
person("Rachael", "Phillips", email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-8474-591X"))
)
Maintainer: Nima Hejazi <[email protected]>
Description: An algorithm for flexible conditional density estimation based on
application of pooled hazard regression to an artificial repeated measures
dataset constructed by discretizing the support of the outcome variable. To
facilitate flexible estimation of the conditional density, the highly
adaptive lasso, a non-parametric regression function shown to estimate
cadlag (RCLL) functions at a suitably fast convergence rate, is used. The
use of pooled hazards regression for conditional density estimation as
implemented here was first described for by Díaz and van der Laan (2011)
<doi:10.2202/1557-4679.1356>. Building on the conditional density estimation
utilities, non-parametric inverse probability weighted (IPW) estimators of
the causal effects of additive modified treatment policies are implemented,
using conditional density estimation to estimate the generalized propensity
score. Non-parametric IPW estimators based on this can be coupled with sieve
estimation (undersmoothing) of the generalized propensity score to attain
the semi-parametric efficiency bound (per Hejazi, Benkeser, Díaz, and van
der Laan <doi:10.48550/arXiv.2205.05777>).
Depends: R (>= 3.2.0)
Imports:
stats,
utils,
dplyr,
tibble,
ggplot2,
data.table,
matrixStats,
future.apply,
assertthat,
hal9001 (>= 0.4.6),
origami (>= 1.0.7),
stringr,
rlang,
scales,
Rdpack
Suggests:
testthat,
knitr,
rmarkdown,
covr,
future
License: MIT + file LICENSE
URL: https://github.com/nhejazi/haldensify
BugReports: https://github.com/nhejazi/haldensify/issues
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
RdMacros: Rdpack