malley2: Effect of immunization on the pneumococci infection in mice

Description Usage Format References See Also Examples

Description

Number of mice colonized by pneumococci when challenged 2 weeks post-immunization, with adjuvant alone versus adjuvant with killed Rx1AL- immunogen.

Usage

1

Format

A data frame with two columns: number colonized and total number.

References

Malley, R., Lipsitch, M., Stack, A., Saladino, R., Fleisher, G., Pelton, S., Thompson, C., Briles, D. and Anderson, P. (2001) Intranasal immunization with killed unencapsulated whole cells prevents colonization and invasive disease by capsulated pneumococci. Infection and Immunity 69:4870–4873. (See Table 1.)

See Also

malley1, malley3

Examples

1
2
3
4
5
data(malley2)
# Fisher's exact tests
x <- malley2
x[,2] <- x[,2]-x[,1]
fisher.test(x)

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