Skip to content
Prev 8324 / 63421 Next

gam bug with poisson family? (PR#2234)

aukema@entomology.wisc.edu writes:
Please use r-help rather than r-bugs then...
It's just a warning that gam is using old coding style that is about
to become defunct (specifically gam.fit is using Machine()$double.eps
where the preferred form is .Machine$double.eps). It's harmless but
mgcv 0.8-6 has removed the problem.