I am working on a Fuzzy RDD, and since my first and second stages come from different samples, I cannot use the command rdrobust with the Fuzzy option. So I want to estimate manually using the Indirect Least Squares (or the Wald estimator since my outcome is binary). My approach is to use two sharp RDD and use the ratio as my coefficient.
For the first equation, I have
Code:
rdrobust bvp psu_score if education==1, c(600)
and I am after this coefficient:
e(tau_cl) = .7257820300327013
The second equation would be
Code:
bvp education psu_score, c(600)
e(tau_cl) = .0313048533101998
How can I estimate the standard error of the ratio .0313048533101998/.7257820300327013?
I could get the same coefficients with the commands rd or lpoly if needed.
I was trying to use nlcom but I couldn't figure it out.
Any help is much appreciated!
0 Response to Fuzzy RDD estandard errors
Post a Comment