Hello,
I am doing a panel data analysis regarding 10 different countries from 1990 to 2010. I have already posted a question last week because of the troubles I was having with the results I have got.
So, my dissertation supervisor suggested to limit the analysis to each country in my sample to see if there is one or more country which may effect my results. Which code should I use to do that? and how then can I obtain the graph with the results for each country?
I did already tried this code: . keep if cnt == 2
but when I try to run the regression with stata this is what I get: no observations
r(2000)
Thank you in advance to those who will help
Elena
I am doing a panel data analysis regarding 10 different countries from 1990 to 2010. I have already posted a question last week because of the troubles I was having with the results I have got.
So, my dissertation supervisor suggested to limit the analysis to each country in my sample to see if there is one or more country which may effect my results. Which code should I use to do that? and how then can I obtain the graph with the results for each country?
I did already tried this code: . keep if cnt == 2
but when I try to run the regression with stata this is what I get: no observations
r(2000)
Thank you in advance to those who will help
Elena
Comment