Hi all,
I am interested in using Poisson fixed effect regression (count as DV, control for time and unit fixed effects) with the instrument variable approach (address endogenous explanatory variables). However, I could not find any package containing both functions. I noticed the ivpoisson function can implement IV but without fixed effects; xtpoisson with fixed effects but without IV. I think I can do a 2SLS and then apply the Poisson FE. But I still want to check whether there is a package containing both features.
In R, there seems an underdeveloped function in "fixest" for the purpose: https://github.com/lrberge/fixest/issues/176
Is the lack of both features simultaneously due to computation limitations or am I missing some statistics simulation flaw?
Thanks to anyone for any help.
Best,
Chen
I am interested in using Poisson fixed effect regression (count as DV, control for time and unit fixed effects) with the instrument variable approach (address endogenous explanatory variables). However, I could not find any package containing both functions. I noticed the ivpoisson function can implement IV but without fixed effects; xtpoisson with fixed effects but without IV. I think I can do a 2SLS and then apply the Poisson FE. But I still want to check whether there is a package containing both features.
In R, there seems an underdeveloped function in "fixest" for the purpose: https://github.com/lrberge/fixest/issues/176
Is the lack of both features simultaneously due to computation limitations or am I missing some statistics simulation flaw?
Thanks to anyone for any help.
Best,
Chen
Comment