View source: R/tmle3_Spec_shift.R
tmle_shift | R Documentation |
O = (W, A, Y) W = Covariates A = Treatment (binary or categorical) Y = Outcome (binary or bounded continuous)
tmle_shift(
shift_fxn = shift_additive,
shift_fxn_inv = shift_additive_inv,
shift_val = 1,
max_shifted_ratio = 5,
...
)
shift_fxn |
A |
shift_fxn_inv |
A |
shift_val |
A |
max_shifted_ratio |
A |
... |
Additional arguments (currently unused). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.