Additive Shifts of Continuous-Valued Interventions Without Bounds

shift_additive(tmle_task, delta = 0, ...)

shift_additive_inv(tmle_task, delta = 0, ...)

Arguments

tmle_task

A tmle3_Task object containing data and nodes, as described and implemented in the tmle3 package. Please refer to the documentation and supporting materials of that package for details.

delta

A numeric value giving a value of the shift to be applied to the treatment. This is an additive shift so the value is merely to be added to the observed value of the treatment node "A". In the case of the inverse additive shift, the specified value will be subtracted from the observed value of the treatment node "A".

...

Additional arguments (currently unused).

See also

Other shifting_interventions: shift_additive_bounded()

Other shifting_interventions: shift_additive_bounded()