Reading a paper, the authors use a "Conditional fixed effects Poisson with population exposure." I wasn't sure what "population exposure" meant, so I looked it up. It seems like the term comes from epidemiology (not my field). Could I check to see if I've understood it correctly?
Poisson models try to estimate a rate of event occurrence within a population. The relevant population is subject to interpretation. In epidemiology, the population might be called the "exposure" group -- e.g. those exposed to the disease risk. So, by saying "population exposure" a Poisson model with population exposure calculates the event rate as:
$\ \ \ \ \ \log(\frac{\text{event_ count}}{\text{region_population}}) = X\beta$
$\Rightarrow \log(\text{event_ count}) - \log(\text{region_population}) = X\beta$
$\Rightarrow \log(\text{event_ count}) = X\beta + \log(\text{region_population})$
I appreciate any help you can give toward understanding this.