bound_propensity {txshift} | R Documentation |
Bound Generalized Propensity Score
Description
Bound Generalized Propensity Score
Usage
bound_propensity(vals)
Arguments
vals |
|
Details
Bound estimated values of the generalized propensity score (a conditional density) to avoid numerical instability issues arising from practical violations of the assumption of positivity.
Value
A numeric
vector of the same length as vals
, where the
returned values are bounded such that the minimum is no lower than 1/n, for
the sample size n.
[Package txshift version 0.3.8 Index]