Hi,
I am using Stata 12/SE.
I have a panel data set with daily prices (about 700 days) for 15000 firms. I want to estimate a two-way fixed effects model with id and time fixed effects.
Code:
xtset id date
xtreg var1 var2 i.date, fe
However, Stata calculates for days without any result. I think there are just too many dummy variables.
Is there a way to improve the process?
Best,
Christoph
I am using Stata 12/SE.
I have a panel data set with daily prices (about 700 days) for 15000 firms. I want to estimate a two-way fixed effects model with id and time fixed effects.
Code:
xtset id date
xtreg var1 var2 i.date, fe
However, Stata calculates for days without any result. I think there are just too many dummy variables.
Is there a way to improve the process?
Best,
Christoph
Comment