Description Usage Format References Examples
Hydrosalpinx formation in three strains of mice when infected or not with Chlamydia trachomatis.
1 |
A data frame with two columns: number of mice displaying hydrosalpinx formation, and total number of mice.
Ramsey, K. H., Miranpuri, G. S., Sigar, I. M., Ouellette, S. and Byrne, G. I. (2001) Chlamydia trachomatis persistence in the female mouse genital tract: Inducible nitric oxide synthase and infection outcome. Infection and Immunity 69, 5131-5137. (See Table 1.)
1 2 3 4 5 6 | data(ramsey)
x <- ramsey
x[,2] <- x[,2]-x[,1]
# Fisher's exact tests
fisher.test(x[-3,])
fisher.test(x[-2,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.