Displaying 1 result from an estimated 1 matches for "50p10min".
2007 Mar 31
3
strange fisher.test result
A simple question - using the following fishers test it appears that the P value is significant, but the CI includes 1. Is this result correct?
> data.50p10min <- matrix(c(16,15, 8, 24),nrow=2)
> fisher.test(data.50p10min)
Fisher's Exact Test for Count Data
data: data.50p10min
p-value = 0.03941
alternative hypothesis: true odds ratio is not equal to 1
95 percent confidence interval:
0.9810441 10.7771597
sample estimat...