shift_additive {txshift} | R Documentation |
Simple Additive Modified Treatment Policy
shift_additive(A, W = NULL, delta)
A |
A |
W |
A |
delta |
A |
A simple modified treatment policy that modifes the observed value
of the exposure by shifting it by a value delta
. Note that this
shifting function assumes support of A|W across all strata of W.
A numeric
vector containing the shifted exposure values.