Dear Stata List -
I would like to compare mortality rates (per number of live births as the population) by region, using poisson regression. I have data on number of deaths for 12 regions and populations for each region.
I am using the following command
xi: poisson deaths ib10.region , exposure (livebirths) irr
region 10 is the region I am using as the reference group (it has the lowest mortality)
I am unsure if I need to use a negative binomial model instead though - I know that in poisson models the mean should be equal to the variance - but am unsure how to look at this. Should this be the mean and variance of the mortality rate in the whole population?
Further, when I ran the negative binomial model - I get exactly the same result using
xi: nbreg deaths ib10.region, dispersion(mean) exposure(livebirths) irr
Any suggestions as to why this is the case?
Best Wishes
Joe
I would like to compare mortality rates (per number of live births as the population) by region, using poisson regression. I have data on number of deaths for 12 regions and populations for each region.
I am using the following command
xi: poisson deaths ib10.region , exposure (livebirths) irr
region 10 is the region I am using as the reference group (it has the lowest mortality)
I am unsure if I need to use a negative binomial model instead though - I know that in poisson models the mean should be equal to the variance - but am unsure how to look at this. Should this be the mean and variance of the mortality rate in the whole population?
Further, when I ran the negative binomial model - I get exactly the same result using
xi: nbreg deaths ib10.region, dispersion(mean) exposure(livebirths) irr
Any suggestions as to why this is the case?
Best Wishes
Joe
Comment