Hi statalist!
I'm using coefplot for an event study where year -1 is the reference year. I have a horizontal line at 0, but I want to add a vertical line between year -2 and year 0 (where year -1 would be). I'm plotting pretty simply using:
And this is what the resulting graph looks like:
Thanks in advance!
Kait
I'm using coefplot for an event study where year -1 is the reference year. I have a horizontal line at 0, but I want to add a vertical line between year -2 and year 0 (where year -1 would be). I'm plotting pretty simply using:
Code:
reg outcome $treatments, absorb(id year) coefplot, vertical keep($treatments) yline(0)
Thanks in advance!
Kait
Comment