Hi all,
I'm aware that there are already posts about this but none have come up with an answer. I am running rdrobust and using option 'all' to obtain robust discontinuity estimates as follows:
I am attempting to replicate this visually using rdplot:
However, rdplot is currently only modelling the conventional estimates rather than bias-corrected, heteroskedasticity-consistent robust estimates that are outputted by rdrobust. How can I faithfully replicate the rdrobust output in rdplot?
Any help would be much appreciated
I'm aware that there are already posts about this but none have come up with an answer. I am running rdrobust and using option 'all' to obtain robust discontinuity estimates as follows:
Code:
rdrobust recontest_2024_winners adjusted_margin_of_victory if margin_of_victory > 0 & margin_of_victory != ., c(0) p(1) all
I am attempting to replicate this visually using rdplot:
Code:
rdplot recontest_2024_winners adjusted_margin_of_victory if margin_of_victory > 0 & adjusted_margin_of_victory > -0.015 & adjusted_margin_of_victory < 0.015, c(0) p(1) h(0.015) kernel(triangular)
Any help would be much appreciated
Comment