shift_additive.Rd
Simple Additive Modified Treatment Policy
shift_additive(a, w = NULL, delta, lower_bound, upper_bound)
A numeric
vector of observed treatment values.
A numeric
matrix of observed baseline covariate values.
A numeric
indicating the magnitude of the shift to be
computed for the treatment A
.
Lower bound of expossure
Upper bound of exposure
A numeric
vector containing the shifted exposure values.
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.