Skip to content
Prev 1741 / 20628 Next

'adjusting for bias' in a Poisson model

"offset" is you want to look for.
  offsets apply on the scale of the linear predictor
(log scale in this case), so I think adding something
like offset=((x==1)*log(0.8)) to the model will do
the trick.
Henrik Parn wrote: