Dear all,
I have a conceptual question that I hope somebody can help me with.
My question is whether panel data two-way fixed effects models control for selection into treatment if this selection is due to initial differences between units?
For example, I study how the effect of adopting a new process (a dummy) is on the size of firms (proxied by number of workers). As such, I could run something like
But what if larger firms are more likely to adopt the process in the first place?
My hunch is that this initial difference in size would be constant within firms, so fixed effects should control for such type of bias. But I am not sure if this is correct, hence the question.
Thank you very much for your time!
I have a conceptual question that I hope somebody can help me with.
My question is whether panel data two-way fixed effects models control for selection into treatment if this selection is due to initial differences between units?
For example, I study how the effect of adopting a new process (a dummy) is on the size of firms (proxied by number of workers). As such, I could run something like
Code:
xtset firm year xtreg number_workers i.process i.year, fe robust
My hunch is that this initial difference in size would be constant within firms, so fixed effects should control for such type of bias. But I am not sure if this is correct, hence the question.
Thank you very much for your time!
Comment