Skip to content

nobs.glm

3 messages · Brian Ripley, ronggui

#
Hi all,

The nobs method  of (MASS:::polr class) takes into account of weight,
but nobs method of glm does not. I wonder what is the rationale of
such design behind nobs.glm. Thanks in advance. Best Regards.
[1] 1681
[1] 72
#
On 24/04/2012 14:36, Wincent wrote:
Well, the interpretation of 'weights' for a GLM depends on the family. 
They may be equivalent to duplicated observations for a binomial GLM, 
but they are not for a Gaussian one.  The nobs method for class "glm" 
(there is no visible nobs.glm) follows the "lm" method.
1 day later
#
Thanks, Professor Ripley. It helps a lot. As a follow-up question, is
there any recommended references I can look into to figure out the
interpretation of "weights" for various families?

Thanks very much in advance

Best regards

Ronggui
On 24 April 2012 21:56, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: