Dear Statalist,
I am running regression (N>T) on the determinants of economic growth of countries (DV) and one of the variables (IV) is the country`s initial level of GDP per capita.
As we know, the data for the initial level of GDP per capita is the same for a particular country during the whole period. And when I run the regression, STATA omits this variable because of the collinearity issue.
Most of the research on this topic used a fixed effects model and showed the results for all independent variables (without omitting). Is there any method or command toget the result for initial level of GDP per capita?
Thank you.
I am running regression (N>T) on the determinants of economic growth of countries (DV) and one of the variables (IV) is the country`s initial level of GDP per capita.
Code:
xtset id year xtreg growth inflation(-1) trade government_consumption(-1) population_growth initial_GDPPC, fe rob cluster(id)
Most of the research on this topic used a fixed effects model and showed the results for all independent variables (without omitting). Is there any method or command toget the result for initial level of GDP per capita?
Thank you.
Comment