Displaying 2 results from an estimated 2 matches for "sumprb".
Did you mean:
sumprob
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...appl/rcont.c) line 70:
x = exp(fact[iap - 1] + fact[ib] + fact[ic] +
fact[idp - 1] - fact[ie] - fact[nlmp - 1] -
fact[igp - 1] - fact[ihp - 1] - fact[iip - 1]);
if (x >= dummy) {
goto L160;
}
sumprb = x;
y = x;
y is never checked for zero and later on
L150:
if (lsm) {
goto L155;
}
/* Decrement entry in row L, column M */
j = nll * (ii + nll);
if (j == 0) {
goto L154;
}...
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody,
I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and
3.3, respectively. The following call seems to freeze the interpreter
on both systems:
> chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2),
simulate.p.value=TRUE)
By freeze, I mean, the function call never returns (running > 10 hours
so far), the process is unresponsive to SIGINT (but I