Stata Command: rkqte.ado
Estimation and robust inference for quantile treatment effects (QTE) in the regression kink designs (RKD) based on Chen, Chiang, and Sasaki (2020). Use it when you consider a regression kink design and you are interested in analyzing heterogeneous treatment effects of a binary treatment. The method is robust against large bandwidths and arbitrary functional forms.
Installation:
. ssc install qkqte
Example:
. regress outcome covariate
. predict resid, residuals
. rkqte resid treat running_var
Help:
. help rkqte
Note: this command is effective for binary treatments. See qrkd.ado for continuous treatments.
Reference: Chen, H., H.D. Chiang, and Y. Sasaki (2020) Quantile Treatment Effects in Regression Kink Designs. Econometric Theory, 36 (6), pp. 1167-1191. Paper.