Hello,
I am running a fixed effects regression for my panel data (xtset regions year). I have 10 regions.
I want to plot 10 graphs with two lines: each representing my independent variable, and regions on my y axis and year on x axis.
Unfortuentely, when it type:
Code:
xtline r&d gva
One of my lines is flat due to the fact that value of gva is much smaller than r&d in general. However, when I generate superetly:
Code:
xtline  r&d
xtline gva
I get nice 10 graphs with visible trends for each variable. Is it possible to put both variables on 1 diagram despite scalling error?

Thank you very much!