Skip to content
Prev 30957 / 63424 Next

Apparant bug in binomial model in GLM (PR#13434)

soren.faurby at biology.au.dk wrote:
That's not a bug, just the way things work. When the algorithm diverges,
 as seen by the huge Std.Error, Wald tests (z) are unreliable. (Notice
that the log OR in an a vs. c table is infinite whichever way you turn
it.) The likelihood ratio test (as in drop1(m1, test="Chisq")) is
somewhat less unreliable, but in these small examples, still quite some
distance from the table based approaches of fisher.test(a,c) and
chisq.test(a,c).