Learn R Programming

glmm (version 1.4.5)

cbpp2: Contagious Bovine Pleuropneumonia

Description

This data set is a reformatted version of cbpp from the lme4 package. Contagious bovine pleuropneumonia (CBPP) is a major disease of cattle in Africa, caused by a mycoplasma. This dataset describes the serological incidence of CBPP in zebu cattle during a follow-up survey implemented in 15 commercial herds located in the Boji district of Ethiopia. The goal of the survey was to study the within-herd spread of CBPP in newly infected herds. Blood samples were quarterly collected from all animals of these herds to determine their CBPP status. These data were used to compute the serological incidence of CBPP (new cases occurring during a given time period). Some data are missing (lost to follow-up).

Usage

data(cbpp2)

Arguments

Format

A data frame with 3 columns:

Y

Response vector. 1 if CBPP is observed, 0 otherwise.

period

A factor with levels 1 to 4.

herd

A factor identifying the herd (1 through 15).

Details

Serological status was determined using a competitive enzyme-linked immuno-sorbent assay (cELISA).

References

Lesnoff, M., Laval, G., Bonnet, P., Abdicho, S., Workalemahu, A., Kifle, D., Peyraud, A., Lancelot, R., Thiaucourt, F. (2004) Within-herd spread of contagious bovine pleuropneumonia in Ethiopian highlands. Preventive Veterinary Medicine, 64, 27--40. tools:::Rd_expr_doi("10.1016/j.prevetmed.2004.03.005").

Examples

Run this code
data(cbpp2)

Run the code above in your browser using DataLab