Displaying 4 results from an estimated 4 matches for "5786104".
Did you mean:
578104
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 call kill it with
TERM), and the process still consumes cycles on the CPU.
Browsing through the code, it seems to be getting stuck on...
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
On Thu, 11 Dec 2003, Jeffrey Chang wrote:
> 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 call kill it with
> TERM), and the process still consumes cycles on the CPU.
>
This is due to calling `exp'...
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...>> 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 call kill it with TERM), and the process
>> still consumes cycl...
2003 Dec 13
0
chisq.test() and r2dtable() freezing on certain inputs (PR#5701)
...ybody,
>>>
>>> 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 call kill it with TERM), and the
>>> pro...