ramsey: Hydrosalpinx formation

Description Usage Format References Examples

Description

Hydrosalpinx formation in three strains of mice when infected or not with Chlamydia trachomatis.

Usage

1

Format

A data frame with two columns: number of mice displaying hydrosalpinx formation, and total number of mice.

References

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.)

Examples

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,])

kbroman/labstat documentation built on Jan. 6, 2021, 4:51 a.m.