Hi all,
I am evaluating a policy enacted at the country-level across Europe over the last 20 or so years which is a dummy variable (on or off). During this period, some countries had the policy the whole time (dummy=1), some countries never had (dummy=0), some countries adopted (dummy=0 then dummy=1) and some countries revoked (dummy=1 then dummy=0).
I have panel data for the various countries across the time dimension with the dummy set to 0 or 1 (as above). I then estimate this linear model using two-way fixed effects:
My understanding was that this was the common methodology for estimating 2WFE models. However, a colleague has commented that because some countries were always treated (dummy=1, e.g. UK) that the treatment effect will be colinear with the country fixed effects for (e.g.) UK and the coefficient of interest on the dummy variable will pick up some time-invariant cross-country difference.
This makes sense to me but seems to contrast with what I have previously read about 2WFE models and seen in the empirical literature. Can anybody please point me in the direction of theoretical papers which explain this or empirical papers which deal with this; all the papers I have seen adopt a similar methodology to mine above.
Thanks in advance for your help.
Best,
Rhys
I am evaluating a policy enacted at the country-level across Europe over the last 20 or so years which is a dummy variable (on or off). During this period, some countries had the policy the whole time (dummy=1), some countries never had (dummy=0), some countries adopted (dummy=0 then dummy=1) and some countries revoked (dummy=1 then dummy=0).
I have panel data for the various countries across the time dimension with the dummy set to 0 or 1 (as above). I then estimate this linear model using two-way fixed effects:
Code:
xtreg Outcome i.dummy i.country i.year, cluster(robust)
This makes sense to me but seems to contrast with what I have previously read about 2WFE models and seen in the empirical literature. Can anybody please point me in the direction of theoretical papers which explain this or empirical papers which deal with this; all the papers I have seen adopt a similar methodology to mine above.
Thanks in advance for your help.
Best,
Rhys
Comment