Skip to content
Prev 385482 / 398506 Next

How to obtain individual log-likelihood value from glm?

Dear John,
On 2020-08-29 1:30 a.m., John Smith wrote:
Nonsense, as Peter explained in a subsequent response to your prior posting.
What sense would that make? WLS is meant to account for non-constant 
error variance in a linear model, but in a binomial GLM, the variance is 
purely a function for the mean.

If you had binomial (rather than binary 0/1) observations (i.e., 
binomial trials exceeding 1), then you could account for overdispersion, 
e.g., by introducing a dispersion parameter via the quasibinomial 
family, but that isn't equivalent to variance weights in a LM, rather to 
the error-variance parameter in a LM.

I guess the question is what are you trying to achieve with the weights?

Best,
  John