View source: R/tmle3_Spec_vimshift_delta.R
tmle_vimshift_delta | R Documentation |
O = (W, A, Y) W = Covariates A = Treatment (binary or categorical) Y = Outcome (binary or bounded continuous)
tmle_vimshift_delta(
shift_fxn = shift_additive,
shift_fxn_inv = shift_additive_inv,
shift_grid = seq(-1, 1, by = 0.5),
max_shifted_ratio = 5,
weighting = c("identity", "variance"),
...
)
shift_fxn |
A |
shift_fxn_inv |
A |
shift_grid |
A |
max_shifted_ratio |
A |
weighting |
A |
... |
Additional arguments, passed to shift functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.