This document describes Poisson regression, a statistical technique for analyzing count data using regression. It compares Poisson regression to ordinary least squares regression, outlines how to perform Poisson regression in the GLIM software package, and provides an example analyzing historical apprentice migration data to Edinburgh. Key aspects include:
- Poisson regression is appropriate when the dependent variable is a count, unlike OLS regression which assumes a normal distribution.
- It models the logarithm of the mean as a linear combination of predictors rather than the mean directly.
- GLIM allows specification of the Poisson error distribution and logarithmic link function required for Poisson regression.
- An example apprentice migration data set is analyzed to demonstrate the technique.