shift_additive_bounded | R Documentation |
Additive Shifts of Continuous Interventions Based on Bounded Densities
Compute Ratio of Observed and Counterfactual Intervention Densities
shift_additive_bounded(
tmle_task,
delta,
likelihood_base,
max_shifted_ratio,
fold_number,
...
)
shift_additive_bounded_inv(
tmle_task,
delta,
likelihood_base,
max_shifted_ratio,
fold_number,
...
)
get_density_ratio(tmle_task, delta, likelihood_base, fold_number)
tmle_task |
A |
delta |
A |
likelihood_base |
The base observed data likelihood, to be used in implementing guards that ensure that the shifted treatment does not violate the bounds induced by the support of the intervention, conditional on the covariates. |
max_shifted_ratio |
A |
fold_number |
Whether to use cross-validated likelihood factor
estimates or not. Passed directly to method |
... |
Additional arguments (currently unused). |
Other shifting_interventions:
shift_additive()
Other shifting_interventions:
shift_additive()
Other shifting_interventions:
shift_additive()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.