Dear all,
I hope some of you are able to help me (again).
I am running a panel data regression for 63 countries and 23 years (1996-2018). My independent variable is 'socio-economic development', comprised of three separate (predictor) variables 'GDPlog' 'LifeExpectancy', and 'Urbanization rate'. My dependent variable is a computed proxy for 'Individualism' (data gathered from the World Value Survey - which is aggregated to the country level). In addition I have three control variables: HD (human development), GEN (gender), and PS (population size).
My question related to the R2 value of my models. It does not seem like I am reporting comparable R-squared values. For example, I figured that the R-squared of the last column cannot be less (a lot less) than the one of the previous column.
In the first column, I ran my model without including fixed effects: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN
In the second column, I ran my model with only Country FE: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN, fe
The third column only includes year FE: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN i.Year
In the final column, I included both country-and year FE: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN i.Year, fe
I use the following comment to run the panel data:
xtset ID Year, yearly
Panel variable: ID (strongly balanced)
Time variable: Year, 1996 to 2018
Delta: 1 year
Any help would be greatly appreciated.
Thank you very much.
Wessel
I hope some of you are able to help me (again).
I am running a panel data regression for 63 countries and 23 years (1996-2018). My independent variable is 'socio-economic development', comprised of three separate (predictor) variables 'GDPlog' 'LifeExpectancy', and 'Urbanization rate'. My dependent variable is a computed proxy for 'Individualism' (data gathered from the World Value Survey - which is aggregated to the country level). In addition I have three control variables: HD (human development), GEN (gender), and PS (population size).
My question related to the R2 value of my models. It does not seem like I am reporting comparable R-squared values. For example, I figured that the R-squared of the last column cannot be less (a lot less) than the one of the previous column.
In the first column, I ran my model without including fixed effects: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN
In the second column, I ran my model with only Country FE: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN, fe
The third column only includes year FE: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN i.Year
In the final column, I included both country-and year FE: xtreg IDV lnGDPpw lnURB lnLE EI IQ PS HD GEN i.Year, fe
R2 (within/between) | 0.142/0.7215 | 0.182/ 0.0011 | 0.183/ 0.741 | 0.223/0.002 |
R2 (overall) | 0.6470 | 0.0001 | 0.6880 | 0.0027 |
I use the following comment to run the panel data:
xtset ID Year, yearly
Panel variable: ID (strongly balanced)
Time variable: Year, 1996 to 2018
Delta: 1 year
Any help would be greatly appreciated.
Thank you very much.
Wessel
Comment