Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Format

A data frame with 65 observations on the following 2 variables.

treatment

a factor with levels Control and Egg removal

response

a ordered factor with levels No Malaria and Malaria

Source

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

References

Examples

str(GreatTitMalaria)

table(GreatTitMalaria)

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

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.