Stata Command: qrkd.ado
Estimation and robust inference for heterogeneous causal effects in the quantile regression kink designs (Quantile RKD) based on Chiang and Sasaki (2019). Use it when you consider a regression kink design and you are interested in analyzing heterogeneous causal effects of a continuous treatment. The method is robust against large bandwidths and arbitrary functional forms.
Installation:
. ssc install qrkd
Example:
. regress outcome covariate
. predict resid, residuals
. qrkd resid running_var
Help:
. help qrkd
Note: this command is effective for continuous treatments. See rkqte.ado for binary treatments.
Reference: Chiang, H.D. and Y. Sasaki (2019) Causal Inference by Quantile Regression Kink Designs. Journal of Econometrics, 210 (2), pp. 405-433. Paper.