shift_additive {txshift} | R Documentation |
Simple Additive Modified Treatment Policy
Description
Simple Additive Modified Treatment Policy
Usage
shift_additive(A, W = NULL, delta)
Arguments
A |
A |
W |
A |
delta |
A |
Details
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.
Value
A numeric
vector containing the shifted exposure values.
[Package txshift version 0.3.8 Index]