Skip to content
Prev 173986 / 398503 Next

bigglm() results different from glm()

Dear Francisco,

I was able to duplicate the problem that you reported, and in addition
discovered that the problem seems to be peculiar to the poisson family.
lm(y~ttment, data=dat) and biglm(y~ttment, data=dat) produce identical
results, as do glm(y~ttment, data=dat) and bigglm(y~ttment, data=dat).
Another example, with the binomial family:
ttment=gl(2,50000))
(Intercept)     ttment2 
   -1.33508     2.34263
(Intercept)     ttment2 
   -1.33508     2.34263
[1] 109244
[1] 109244

I'm copying this message to Thomas Lumley, who's the author and maintainer
of the biglm package.

Regards,
 John
On
http://www.R-project.org/posting-guide.html