Dear all Stata users,
I am doing a rolling regression to obtain beta values for a panel of firms. I use a 60-months window for each beta estimated. I have previously taken an econometric course, where I learned about FD, FE and RE estimation. In my rolling code, however, I do not use xtreg, but regular reg (and I have tsset my data, not xtset). Is this wrong? Can I not worry about RD, RE and RE because the rolling regression estimates the beta for one firm at the time, thus treating the data as timeseries for each firm?
I would appreciate any help regarding this.
​Jonas
I am doing a rolling regression to obtain beta values for a panel of firms. I use a 60-months window for each beta estimated. I have previously taken an econometric course, where I learned about FD, FE and RE estimation. In my rolling code, however, I do not use xtreg, but regular reg (and I have tsset my data, not xtset). Is this wrong? Can I not worry about RD, RE and RE because the rolling regression estimates the beta for one firm at the time, thus treating the data as timeseries for each firm?
I would appreciate any help regarding this.
​Jonas
Comment