"Yi-Xiong Zhou" <[EMAIL PROTECTED]> writes: > The following contingency table generates p-value > 1 from fisher.test() > > > > ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value
On this system (PIII, Fedora Core 3): > ff = c(0,10,250,5000); dim(ff) = c(2,2); fisher.test(ff)$p.value -1 [1] 1.384892e-12 Is that interesting? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html