Hello everyone!
I am using panel data and I am trying to run a Fixed Effect model. [Code: xi: xtreg dependent independent1 independent2 dummy population, fe vce(cluster firm_id)]
My sample consists of 1500 firms for 20 years.
My dependent variable and two of my independent variables are all continuous. There is also one dummy variable and a control variable for population.
As you can see, dummy variable as well as population, are omitted....And that's the problem.
The dummy variable is constant for five years (changes happen only once during this period) and the population (I used the logged variable for population) is constant during the decade (due to the fact that I have used the Census data).
What should I do to deal with this problem?
Thank you
Kind regards,
Ivana
I am using panel data and I am trying to run a Fixed Effect model. [Code: xi: xtreg dependent independent1 independent2 dummy population, fe vce(cluster firm_id)]
My sample consists of 1500 firms for 20 years.
My dependent variable and two of my independent variables are all continuous. There is also one dummy variable and a control variable for population.
Robust | ||||||
dependent | Coef. | Std. Err. | t P>t | [95% Conf. | Interval] | |
independent1 | .0425467 | .0844767 | 0.50 0.615 | -.1233011 | .2083945 | |
independent2 | .1066156 | .0537585 | 1.98 0.048 | .0010749 | .2121564 | |
dummy | 0 | (omitted) | ||||
population | 0 | (omitted) | ||||
_cons | .0004769 | .0003729 | 1.28 0.201 | -.0002551 | .0012089 | |
sigma_u | .0036929 | |||||
sigma_e | .05388518 | |||||
rho | .00467477 | (fraction | of | variance due | to | u_i) |
The dummy variable is constant for five years (changes happen only once during this period) and the population (I used the logged variable for population) is constant during the decade (due to the fact that I have used the Census data).
What should I do to deal with this problem?
Thank you
Kind regards,
Ivana
Comment