> On 31 Mar 2017, at 14:04 , Stefan Evert <[email protected]> wrote:
> 
> 
>> On 30 Mar 2017, at 11:51, Eshi Vaz <[email protected]> wrote:
>> 
>> When trying to computer a fisher’s exact test using the fisher.test function 
>> from the gmodels() package,  <----
> 
> The problem seems to be with a different fisher.test() function from the 
> gmodels package, not with stats::fisher.test.

That's what I thought, but there is no fisher.test variant in gmodels. There is 
CrossTable, which calls fisher.test in its print method, but as far as I can 
tell, that is the usual one from stats.

At any rate, it would be useful to know what the table looks like. If has a 
huge number of rows or columns then

(a) it could be the result of a coding blunder
(b) be quite meaninglesss to attack with a fisher exact test


-pd

> 
> The usual recommendation is to contact the package authors for help.
> 
> Best regards,
> Stefan
> ______________________________________________
> [email protected] mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: [email protected]  Priv: [email protected]

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to