Hi everyone,
I’m studying the effect of a policy on crimes against women using district-level panel data. The policy was implemented at the state level, but the timing varied across states. Since my outcome variable is a count, I’m inclined to use a Poisson model. I’m following the framework outlined in "Simple Approaches to Nonlinear Difference-in-Differences with Panel Data" by Prof. Wooldridge. I’ve written my code and also experimented with the jwdid package. However, as many of you know, this approach does not allow for individual (district) fixed effects.
In my context, I believe district fixed effects are important because the only available time-varying district-level control is population. Fixed effects would help absorb a lot of unobserved heterogeneity across districts that group FE likely cannot. So my question is: Is there a package or approach that allows me to estimate a nonlinear DiD model (e.g., Poisson) with individual fixed effects?
I’m studying the effect of a policy on crimes against women using district-level panel data. The policy was implemented at the state level, but the timing varied across states. Since my outcome variable is a count, I’m inclined to use a Poisson model. I’m following the framework outlined in "Simple Approaches to Nonlinear Difference-in-Differences with Panel Data" by Prof. Wooldridge. I’ve written my code and also experimented with the jwdid package. However, as many of you know, this approach does not allow for individual (district) fixed effects.
In my context, I believe district fixed effects are important because the only available time-varying district-level control is population. Fixed effects would help absorb a lot of unobserved heterogeneity across districts that group FE likely cannot. So my question is: Is there a package or approach that allows me to estimate a nonlinear DiD model (e.g., Poisson) with individual fixed effects?
Comment