How do you test Poisson coefficients in two groups? Because I have multi-way fixed effects and want to do two-way clustering, I have to use ppmlhdfe. For example, in the following codes:
Code:
ppmlhdfe y x1 x2 if group==1, absorb(year month) vce(cluster industry state) ppmlhdfe y x1 x2 if group==0, absorb(year month) vce(cluster industry state)
Code:
ppmlhdfe y i.group#(c.x1 c.x2), absorb(year month) vce(cluster industry state) test 0.group#c.x1 =1.group#c.x1
Thanks,
Jacob
0 Response to Testing equality of Poisson regression coefficients in two groups using ppmlhdfe
Post a Comment