Hi,
I'm doing a twoway scatterplot, let's say:
graph twoway scatter GDP assets
Now, GDP is a coefficient from a previous regression. I also saved the values limiting the 90% confidence intervall, i.e. GDPup90 and GDPlow90
Now, I want to plot
graph twoway scatter GDP GDPup90 GDPlow90 assets
and I want the dots for GDPup90 GDPlow90 to be connected with GDP in between.
How can I achieve this?
Thanks in advance!
I'm doing a twoway scatterplot, let's say:
graph twoway scatter GDP assets
Now, GDP is a coefficient from a previous regression. I also saved the values limiting the 90% confidence intervall, i.e. GDPup90 and GDPlow90
Now, I want to plot
graph twoway scatter GDP GDPup90 GDPlow90 assets
and I want the dots for GDPup90 GDPlow90 to be connected with GDP in between.
How can I achieve this?
Thanks in advance!
Comment