> On 31 Mar 2017, at 14:04 , Stefan Evert <stefa...@collocations.de> wrote: > > >> On 30 Mar 2017, at 11:51, Eshi Vaz <eshithasunit...@gmail.com> 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 > ______________________________________________ > R-help@r-project.org 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: pd....@cbs.dk Priv: pda...@gmail.com ______________________________________________ R-help@r-project.org 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.