On 6/2/2005 1:27 PM, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] wrote:
>> >> Whoops, spoke too soon. This definitely breaks the logic, so I won't >> commit. With this change the check of demo(lm.glm) in package utils >> fails with this error message: >> >> > dead <- cbind(x, n - x) >> >> > summary(glm(dead ~ dose, family = binomial(link = logit))) >> Error in .Call("logit_link", mu) : cannot resolve native routine >> Execution halted >> >> I'm cc'ing this to R-bugs so we don't forget it, but I'm not going to be >> able to fix it down myself. >> >> Duncan Murdoch >> >> ______________________________________________ >> R-devel@stat.math.ethz.ch mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > That occurs in code that I recently added so I better check that. I think it was that .Call() didn't include PACKAGE="stats" in stats/R/family.R. I've fixed that; I'll look for other similar cases. Duncan Murdoch ______________________________________________ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel