Hi,
I want to plot RD treatment effects. I used rdrobust for estimation and then rdplot. The vertical distance in my graph does not correspond to the RD point estimator given by rdrobust. I tried the following:
rdrobust match weeks, p(3)
rdplot match weeks if weeks>=-11.464 & weeks<=11.464, p(3) h(11.464) binselect(esmv)
Where 11.464 is the BW loc. poly. (h) specified in the results I got with the first command.
Anyone knows which options do I need to use to get a vertical distance in the graph that corresponds to the RD point estimator? I would really appreciate your help.
Best,
Cristina.
I want to plot RD treatment effects. I used rdrobust for estimation and then rdplot. The vertical distance in my graph does not correspond to the RD point estimator given by rdrobust. I tried the following:
rdrobust match weeks, p(3)
rdplot match weeks if weeks>=-11.464 & weeks<=11.464, p(3) h(11.464) binselect(esmv)
Where 11.464 is the BW loc. poly. (h) specified in the results I got with the first command.
Anyone knows which options do I need to use to get a vertical distance in the graph that corresponds to the RD point estimator? I would really appreciate your help.
Best,
Cristina.
Comment