Hi
I am trying to generate a graph that looks like this:

I have the following command but am unsure how I can modify it to get the above graph to plot my confidence intervals and coefficient.
Thank you!
I am trying to generate a graph that looks like this:
I have the following command but am unsure how I can modify it to get the above graph to plot my confidence intervals and coefficient.
Code:
graph twoway (scatter ATT_coefficient Iterations, yline(0, lc(black) lp(dash) lwidth(thick)) xline(96, lc(black) lp(dash) lwidth(thick)) lwidth(thick) lcolor(red)) (rcap ll ul Iterations, lcolor(sand))
Comment