Hi
I am having difficulties with my dataset in regards to my dependent variable (pctagreechina) being discrete. The variable states the percentage of how much a country voted in accordance with China in UNGA in a given year. Thus fx 1 = 100% and .83 = 83%. I have previously tried to use xtreg for my statistical analysis but the results did not make much sense. However, after searching through the internet I found that it is because with xtreg STATA considers my dependent variable as continous.
How can I run my regression (I wish to used fe)? And is there a command that I should use to tell STATA that variable 'pctagreechina' is in percentage?
For clarification, I wish to explore the effect of Chinese foreign aid on the recipient country's voting behaviour in UNGA from 2000-2014. I expect to find that countries who have received more in the given period will to higher degree have changed their voting behaviour to be in more accordance with China's.
Thank you in advance!
I am having difficulties with my dataset in regards to my dependent variable (pctagreechina) being discrete. The variable states the percentage of how much a country voted in accordance with China in UNGA in a given year. Thus fx 1 = 100% and .83 = 83%. I have previously tried to use xtreg for my statistical analysis but the results did not make much sense. However, after searching through the internet I found that it is because with xtreg STATA considers my dependent variable as continous.
How can I run my regression (I wish to used fe)? And is there a command that I should use to tell STATA that variable 'pctagreechina' is in percentage?
For clarification, I wish to explore the effect of Chinese foreign aid on the recipient country's voting behaviour in UNGA from 2000-2014. I expect to find that countries who have received more in the given period will to higher degree have changed their voting behaviour to be in more accordance with China's.
Thank you in advance!
Code:
Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- country | 645 22.16279 12.6588 1 44 year | 645 2007 4.323847 2000 2014 pctagreechina | 633 .8329394 .0751723 .3333333 1 amount | 645 9.51e+09 7.46e+10 0 1.34e+12 Population | 645 1.81e+07 2.69e+07 81131 1.76e+08 -------------+--------------------------------------------------------- GDP | 645 2.36e+10 6.42e+10 3.50e+08 5.68e+11 NaturalRes~s | 645 3.20e+09 8.87e+09 0 7.87e+10 PolityIV | 612 2.542484 4.990645 -7 10
Comment