Contents
When to use robust standard errors in Poisson regression?
Cameron and Trivedi (2009) recommend using robust standard errors for the parameter estimates to control for mild violation of the distribution assumption that the variance equals the mean. In SAS, we can do this by running proc genmod with the repeated statement in order to obtain robust standard errors for the Poisson regression coefficients.
What is the goodness of fit of Poisson regression?
From the first line of our Goodness of Fit output, we can see these values are 189.4495 and 196. This is not a test of the model coefficients (which we saw in the header information), but a test of the model form: Does the poisson model form fit our data?
Why are confidence intervals narrower in Poisson regression?
If the conditional distribution of the outcome variable is over-dispersed, the confidence intervals for Negative binomial regression are likely to be narrower as compared to those from a Poisson regession. Zero-inflated regression model – Zero-inflated models attempt to account for excess zeros.
What is the expected log count in Poisson regression?
The indicator variable prog (2) is the expected difference in log count between group 2 ( prog =2) and the reference group ( prog =3). So the expected log count for level 2 of prog is 0.714 higher than the expected log count for level 3 of prog.
Can you use Poisson regression for longitudinal data?
Yes, ordinary Poisson regression is fine for use with cross-sectional data. If you wanted to use Poisson regression for longitudinal data that you are used to, you would typically use a Poisson mixed model or a generalized estimating equations to account for dependency/correlation among the observations.
When to use proc genmod and Poisson regression?
It is less well known that the same statement with PROC GENMOD can also be used to obtain a robust error estimator when only one observation is available from each cluster. In the present context, this approach can be used to correctly estimate the standard error for the estimated relative risk.
Which is better log binomial or Cox / Poisson regression?
Cox/Poisson regression with robust variance, and log-binomial regression performed equally well when the model was correctly specified.