Learn R Programming

abd (version 0.2-6)

GreatTitMalaria: Malaria in Populations of Great Tit

Description

Two-by-two contingency table of malaria (Plasmodium) infection status in control and egg-removal populations of Great Tit (Parus major).

Arguments

source

Oppliger, A., P. Christe, and H. Richner. 1996. Clutch size and malaria resistance. Nature 381: 565.

References

http://www.nature.com/nature/journal/v381/n6583/abs/381565a0.html

Examples

Run this code
str(GreatTitMalaria)

table(GreatTitMalaria)

if(require(vcd)) {
  mosaic(~treatment + response, GreatTitMalaria)
}

Run the code above in your browser using DataLab