Skip to content
Prev 138218 / 398506 Next

glm: offset

HI, John,
my understanding is that you should use log(...) instead of its
original scale. Below is the logic in the case of poisson reg.
log(y / offset) = x'b
=> log(y) - log(offset) = x'b
=> log(y) = x'b + log(offset)


On Sun, Mar 2, 2008 at 10:01 PM, John Sorkin
<jsorkin at grecc.umaryland.edu> wrote: