Displaying 7 results from an estimated 7 matches for "ldstp".
Did you mean:
ldst
2004 Jul 23
2
fisher.test FEXACT error 7
...ocumentation I was under the impression that R was able to
grab as much memory as it needed, and has been able to do so for some
time, so the advice given below about increasing the size of the
workspace is redundant.
If I'm right, does anyone have a solution to the problem of the size of
LDSTP? Or is this really a message about the limit of data size that
the function can handle?
I have tried the function using test data containing a similar number of
(randomly generated) data points, and it worked then.
There are 258 data points in two columns (i.e. 2 * 134), if that helps.
Any ad...
2007 Nov 09
1
fisher.test, chisq.test
...1
class24 7 6 55 5 49 71 93 90 1 18 16 79
class34 1 1 4 3 19 8 29 61 4 4 5 37
So in made a matrix and used
>fisher.test(classtable4).
But then this error occurs:
Fehler in fisher.test(classtable4) : FEXACT error 7.
LDSTP is too small for this problem.
Try increasing the size of the workspace.
Well I then increased the workspace:
>fisher.test(classtable4, workspace=1e8)
But then the same error occurs.
Do someone knows an alternative to the fisher.test or the chisq.test?
Thank you very much!
All the best,
De...
2008 Jul 08
1
fisher.test
...or my master degree thesis I have to analyze some categorical data. My dataset is composed by 327 individuals and 16 variables. I am using Fisher exact test to test independence on IxJ contingency tables, but I have a problem with one variable.
R gives me this error message:
FEXACT error 7.
LDSTP is too small for this problem.
Try increasing the size of the workspace.
or also this one:
FEXACT error 6.
LDKEY is too small for this problem.
Try increasing the size of the workspace.
Do you know what these error messages mean? What can I do?
Thank you in advance for your kindness an...
2009 Mar 20
1
fisher.test - FEXACT error 7
Dear all,
I’m having an awkward problem in R. When I write the command
Fisher.test(school.data,workspace=2e+07), where school.data is the matrix
corresponding to the data set,
I get the error message:
FEXACT error 7.
LDSTP is too small for this problem.
Try increasing the size of the workspace.
Increasing the workspace:
Fisher.test(school.data,workspace=1e+10),
I get a different message, but it still doesn’t work:
NAs in foreign function call (arg 10)
In addition: Warning message:
In fisher.test(d...
2005 Apr 20
1
negative p-values from fisher's test (PR#7801)
Full_Name: Martha Nason
Version: 2.0.1
OS: Windows XP
Submission from: (NULL) (137.187.154.154)
I am running simulations using fisher's test on 2 x c tables and a very small
p.value from fisher's test (<2.2e-16) is returned as a negative number. Code
follows.
> set.seed(0)
> nreps.outer <-7
> pvalue.fisher <- rep(NA,nreps.outer)
>
> population1 <- c(
2002 Jun 13
1
bad fisher.test() bug (PR#1662)
...le=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=0x4046fb30, tm=0x40472210,
key2=0x404748f4, iwk=0x403b3060, rwk=0x403b3d30)
at ../../../../../R/src/library/ctest/src/fexact.c:524
524 obs += fact[ico[j]] - dd;
Martin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
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,]