Dear Statalist,
i am currently running a fixed effects panel regression with indicators for each time-period in order to assess the effect of an event over several weeks. This is a large-panel and we use weekly observations. We observe the emotional state of sadness:
In a nutshell the model looks like this with the IV as dummy indicator of a treatment
xtreg sadness i.week##IV , fe
Assuming we have 10 weeks of data for each individual. (week 1-10)
In order to check for the robustness of our results, i figured we could run a simple regression for each week (1-10):
reg sadness IV if week==1
reg sadness IV if week==2
reg sadness IV if week==3
etc.
Is this approach feasible as i cannot find a good source for this approach. Maybe I am missing something here?
Kind regards
Ferdi
i am currently running a fixed effects panel regression with indicators for each time-period in order to assess the effect of an event over several weeks. This is a large-panel and we use weekly observations. We observe the emotional state of sadness:
In a nutshell the model looks like this with the IV as dummy indicator of a treatment
xtreg sadness i.week##IV , fe
Assuming we have 10 weeks of data for each individual. (week 1-10)
In order to check for the robustness of our results, i figured we could run a simple regression for each week (1-10):
reg sadness IV if week==1
reg sadness IV if week==2
reg sadness IV if week==3
etc.
Is this approach feasible as i cannot find a good source for this approach. Maybe I am missing something here?
Kind regards
Ferdi
Comment