Skip to content
Prev 1959 / 398506 Next

bug in the ctest package: binom.test

Mai Zhou <mai at ms.uky.edu> writes:
Exactly. And conspiring with the lack of a sanity check in format.pval
causing it to print -Inf as < 2.2e-016...

The fix is as simple as max(0,v[v<=(1+eps)*PVAL])
                            ^^