Skip to content
Prev 19972 / 63424 Next

weights in glm (PR#8720)

First, R-bugs is not for asking questions, only for reporting things you 
are *certain* are bugs: see the R FAQ.

Why are you using weights to omit cases?  If you had used subset, this 
would have worked.  The problem is the use of zero weights, which are not 
intended to be used in this way.  We can fix this up, but it is not the 
correct way to use glm.
On Tue, 28 Mar 2006, robert.pusz at wp.pl wrote: