Hi everyone,
I am new to the forum, so please let me know if posting the message here is not appropriate.
I am currently analyzing panel count data (illness cases) depending on socioeconomic variables. I am naturally oriented towards a poisson regression.
I have used the
which gives me the results I needed that fit with my literature review. However, given the fact that I am dealing with panel data, I am unsure whether I need to do a poisson fixed or random effect rather than population averaged, which from what I understand, is a pooled regression. (Please note that both the FE and the RE fail to give me results that I can adequately interpret, although the models present a good fit)
A second point is that my variance is significantly higher than my mean. I understand that my data is overdispersed and that I should consider a negative binomial model instead of a Poisson. In this case, I also wonder whether I should apply FE or RE. Would it be acceptable for me to limit my analysis to the population averaged model?
A final question is how to interpret the model's coefficients?
Thank you for your assistance. I really appreciate it.
Best,
I am new to the forum, so please let me know if posting the message here is not appropriate.
I am currently analyzing panel count data (illness cases) depending on socioeconomic variables. I am naturally oriented towards a poisson regression.
I have used the
Code:
xtpoisson chol std_pr gdp_cap pop_dens pol_stab, pa corr(exchangeable)
A second point is that my variance is significantly higher than my mean. I understand that my data is overdispersed and that I should consider a negative binomial model instead of a Poisson. In this case, I also wonder whether I should apply FE or RE. Would it be acceptable for me to limit my analysis to the population averaged model?
Code:
xtnbreg chol std_pr gdp_cap pop_dens pol_stab, pa corr(exchangeable)
Thank you for your assistance. I really appreciate it.
Best,
Comment