Stata Command: rdqte.ado
Estimation and robust inference for quantile treatment effects (QTE) in the regression discontinuity designs (RDD) based on Chiang, Hsu, and Sasaki (2019). Use it when you consider a sharp or fuzzy regression discontinuity design and you are interested in analyzing heterogeneous treatment effects. The method is robust against large bandwidths and arbitrary functional forms.
Installation:
. ssc install rdqte
Example:
. regress outcome covariate
. predict resid, residuals
. rdqte resid running_var
Help:
. help rdqte
Reference: Chiang, H.D., Y.-C. Hsu, and Y. Sasaki (2019) Robust Uniform Inference for Quantile Treatment Effects in Regression Discontinuity Designs. Journal of Econometrics, 211 (2), pp. 589-618. Paper.