Displaying 3 results from an estimated 3 matches for "percnt".
Did you mean:
percent
2012 Mar 16
1
Segfault while calling fexact in C
...r like 4000
times (with same parameters) a segmentation fault occurs! Eliminating the
possibility that my interfacing code has any problem, I wrote a piece of
code in C to call the fexact multiple times:
int main(){
int nr = 3, nc = 2;
int x[6] = {3, 1, 5, 1, 3, 6};
double expect = -1, percnt = 100, emin = 0, prt = 1;
double p;
int workspace = 200000, mult = 30;
int i;
for (i=0; i<100000; i++){
fexact(&nr, &nc, x, &nr, &expect,
&percnt, &emin, &prt, &p, &workspace, &mult);
printf("%d %f\n",...
2002 Jun 13
1
bad fisher.test() bug (PR#1662)
...t (except the value of itp).
Okay, I found a much smaller table --- and a different place
for the seg.fault :
> fisher.test(cbind(0,c(0,0,1)))
Program received signal SIGSEGV, Segmentation fault.
f2xact (nrow=0x8a12ec0, ncol=0x8a12ee0, table=0x8b7bb38, ldtabl=0x8a12f00,
expect=0x89dad68, percnt=0x89dad90, emin=0x89dadb8, prt=0x89dade0,
pre=0x89dae08, fact=0x403b3020, ico=0x403b302c, iro=0x403b3038,
kyy=0x403b3044, idif=0x403b3050, irn=0x403b3058, key=0x403b49d4,
ldkey=0xbfffc398, ipoin=0x403b5d44, stp=0x403b70b0, ldstp=0xbfffc39c,
ifrq=0x403ffef4, dlp=0x4046d450, dsp=0...
2000 Aug 25
3
unexpected R crash - again
Sorry, but I lost this thread, so I sending this as a new message.
This is really a follow-up to a post from a couple days ago saying that
fisher.test from the ctest library crashed on the following data set:
> T
[,1] [,2]
[1,] 2 1
[2,] 2 1
[3,] 4 0
[4,] 8 0
[5,] 6 0
[6,] 0 0
[7,] 1 0
[8,] 1 1
[9,] 7 1
[10,] 8 2
[11,]