Skip to content
Prev 334267 / 398502 Next

fisher.test - can I use non-integer expected values?

On Dec 10, 2013, at 2:04 PM, bakerwl wrote:

            
There are no expected values in the input to fisher.test.
That would seem to be a very reasonable assumption.
Well, of course. First, you tell us why you need `fisher.test` at all. It says very clearly it is for count data and you clearly want to do something with input that is not counts. `prop.test` will test a distribution of counts against expected proportions and `binom.test` will do an exact test of a Bernoulli experiment against (one) proportion.
______________________________________________
R-help at 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.