Skip to content
Prev 13817 / 398502 Next

glm.nb, anova.negbin

On Wed, 26 Sep 2001, Jari Oksanen wrote:

            
Yes, that's it: R is incompatible with S.  Although the information
is in the saved call, R uses a duplicate copy.  In glm.nb() adding
    fit$method <- method
    fit$control <- control
at the end seems to fix it, but without an example I can reproduce,
I cannot of course be sure.

And that was my main point: if reporting problems *please* report the
results of traceback(), and if possible a small reproducible example.