On Sep 14, 2009, at 6:02 AM, Breach, Katherine wrote:

Hi

When I run a Chi squared test in R I am automatically given the chi squared value and the degrees of freedom. How do I find these values when i've used Fisher's exact test?


The function fisher.test uses hypergeometric distribution functions, so it's not surprising that it does not report a chi-squared estimate.

--

David Winsemius, MD
Heritage Laboratories
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
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