Skip to content
Prev 169676 / 398506 Next

glmmBUGS: logistic regression on proportional data

On Feb 8, 2009, at 10:46 AM, Dieter Menne wrote:

            
Puzzled. I see yseed defined above as a two column vector, as is  
sometimes used to handle grouped data input to the glm response side  
of a formula.
Reasoning only by analogy from the experience with ordinary glm()  
input to create a Poisson model and having no experience with glmmBUGS:
  How you are accounting for the tot (presumably totals) from which it  
appears the y variable is being considered as forming a proportion?  
Would have expected to see an offset=log(tot) or perhaps a weights=tot  
in that call.