Dear Statalisters,
I'm using the above code with the variable DATE as the timevar, being a combination of month and year (e.g. 2010m4, 2010m5)
The variable month contains the values 1,2,3,..,11,12
The variable year contains the values 1995, 1996,...,2012, 2013
I know that xtreg, fe controls for the fixed effects of the panelvar. However, does xtreg, fe also control for the time fixed effects?
So, does my xtreg, fe code, including i.month i.year, control for more time fixed effects instead of using xtreg DV IV, fe (without i.month i.year)
Code:
xtset panelvar timevar xtreg DV IV i.month i.year, fe
The variable month contains the values 1,2,3,..,11,12
The variable year contains the values 1995, 1996,...,2012, 2013
I know that xtreg, fe controls for the fixed effects of the panelvar. However, does xtreg, fe also control for the time fixed effects?
So, does my xtreg, fe code, including i.month i.year, control for more time fixed effects instead of using xtreg DV IV, fe (without i.month i.year)

Comment