Skip to content
Prev 30318 / 398503 Next

truncated poisson in glm / glmmPQL

The short answer is the the model(s) you want to fit are not glms, so 
neither glm() nor glmmPQL() can be adapted (easily) to fit them.

I think your first task is understand what a glm is.  Then I suggest
specifying precisely what you do want and using maximum-likelihood
estimation (e.g. via optim).
On Tue, 8 Apr 2003, Joern Fischer wrote: