Solved – Time fixed effects – inclusion of time-invariant variables possible

fixed-effects-modelpanel dataregression

I am running a regression with panel data and there are some variables that do not change over time (industry,…).
As I do not want the time trend to influence my results, I decided to use a time fixed effects model, but I do not plan to include individual fixed effects.

Now I know that normally, time-invariant variables cannot be included in a model with fixed effects. But as fas as I understand literature, this concerns individual fixed effects, not those where the time is fixed.

Am I correct in assuming, that if I use only time fixed effects, time-invariant variables can still be used in the regression model? Unfortunately I was not able to find a solution in my statistic books.

Thank you very much for any help!

Lena

Best Answer

You are using the fixed effects model, or also within model. This regression model eliminates the time invariant fixed effects through the within transformation (i.e., subtract the average through time of a variable to each observation on that variable).

And probably you are making confusion between individual and time fixed effects. Time fixed effects change through time, while individual fixed effects change across individuals.

Think of time fixed effects as a series of time specific dummy variables. For example, the dummy variable for year1992 = 1 when t=1992 and 0 when t!=1992. You see immediately that if you take the average of year1992 through time, it will be <1, so this dummy won't be eliminated. So you will get an estimate for the coefficient for the effect of being in 1992.

The thing is different for individual fixed effect. Also in this case, think of individual dummy variables. For example, the dummy for individual j = 1 along the whole time period you are considering. The average of j is exactly 1, you subtract its average through time and sim-sala-bim...it is eliminated by the within transformation. Therefore, you won't get an estimate of the effect of being individual j.