[R] Re: R-help Digest, Vol 13, Issue 9

David Duffy davidD at qimr.edu.au
Wed Mar 10 01:56:32 CET 2004


Cédric Finet wrote:
>
> I thank you for your answer but I do not understand yet why the Fisher´s exact
> test does not work. And why is a "negative key".
>
> Cédric Finet
>

Running the original TOMS643 fortran code (R uses an f2c translation of
this) says:

 FEXACT ERROR:  30
 Stack length exceeded in f3xact.  This problem should not occur.

The integer hash key is bigger than the largest allowable integer,
and so appears as a negative number.  Table is too big.


| David Duffy (MBBS PhD)                                         ,-_|\
| email: davidD at qimr.edu.au  ph: INT+61+7+3362-0217 fax: -0101  /     *
| Epidemiology Unit, Queensland Institute of Medical Research   \_,-._/
| 300 Herston Rd, Brisbane, Queensland 4029, Australia  GPG 4D0B994A v




More information about the R-help mailing list