Nonparametric estimation of the population intervention (in)direct effects
1 2 3 4 5 | medshift(W, A, Z, Y, ids = seq_along(Y), delta,
g_learners = sl3::Lrnr_glm$new(), e_learners = sl3::Lrnr_glm$new(),
m_learners = sl3::Lrnr_glm$new(), phi_learners = sl3::Lrnr_glm$new(),
estimator = c("onestep", "tmle", "substitution", "reweighted"),
estimator_args = list(cv_folds = 10, max_iter = 10000, step_size = 1e-06))
|
W |
A |
A |
A |
Z |
A |
Y |
A |
ids |
A |
delta |
A |
g_learners |
A |
e_learners |
A |
m_learners |
A |
phi_learners |
A |
estimator |
The desired estimator of the natural direct effect to be computed. Currently, choices are limited to a substitution estimator, a re-weighted estimator, a one-step estimator, and a targeted minimum loss estimator. |
estimator_args |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.