yqzhong7 / AIPW

R Package: Augmented Inverse Probability Weighted (AIPW) Estimation for Average Causal Effect
https://yqzhong7.github.io/AIPW/
GNU General Public License v3.0
21 stars 8 forks source link

Asymmetric propensity score truncation #8

Closed yqzhong7 closed 3 years ago

yqzhong7 commented 3 years ago
  1. If only one g.bound is provided, truncation >0.5 is not allowed (provide error message)
  2. If two g.bound is provided, asymmetric ps truncation is supported (e.g., g.bound = c(0.05, 0.95))
  3. Not allow number of g.bound >=3