My current project is using count data model to analyze panel data with fixed effects, such as -xtpoisson, fe-.
I intend to use -margins- to plot interaction effects as my previous projects. However, I have read other threads about how meaningless it is in using -margins- after -xtpoisson, fe-. This makes me confused about how to analyze interaction effects for count data model.
I did try -margins- after -xtpoisson, fe-, but as predicted, results are all insignificant.
For example,
Code:
xtpoisson depvar indvar1 indvar2 indvar3 c.indvar1#c.indvar3 c.indvar2#c.indvar3 i.SIC i.year, fe margins, at(indvar1=(0(0.2)1) indvar3=(1(2)11)) vsquish marginsplot
Appreciate if anybody can help me. Thanks in advance.
0 Response to How to analyze interaction effects after fixed effects count data regression with panel?
Post a Comment