Dear Nick,
When I do: xtline MSMEemployment Uncertainty if countrygroup == 6
All the six countries within one group will appear in separate graphs. When I add overlay after the comma, Stata says that overlay option may not be used with multible variables, becasue I am plotting two variable for each country.
How can I plot two variables for each country within one group and put it in one graph?
I would appreciate much your response,
Thank you,
When I do: xtline MSMEemployment Uncertainty if countrygroup == 6
All the six countries within one group will appear in separate graphs. When I add overlay after the comma, Stata says that overlay option may not be used with multible variables, becasue I am plotting two variable for each country.
How can I plot two variables for each country within one group and put it in one graph?
I would appreciate much your response,
Thank you,

sort company year line mvalue invest year if inrange(company, 1, 6) , c(L L)) it works but I can't differenciate the 3 series. So can I add something to this code to plot the mvalue of each company in a different color please ? I would appreciate much your response, Thank you, Emna
Comment