pneu: Pneumoconiosis amongst Coalminers

Description Usage Format Source References Examples

Description

This gives the degree of pneumoconiosis (normal, present, or severe) in a group of coalminers as a function of the number of years worked at the coalface. The degree of the disease was assessed radiologically and is qualitative.

Usage

1

Format

A data frame with 8 observations on the following 4 variables.

Years

Period of exposure (years worked at the coalface)

Normal

Number of miners with normal lungs

Present

Number of miners with disease present

Severe

Number of miners with severe disease

Source

Ashford, J. R. (1959) An approach to the analysis of data for semi-quantal responses in biological assay. Biometrics, 15, 573–581.

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 509.

Examples

1
2
3
data(pneu)
summary(glm(cbind(Present+Severe,Normal)~log(Years),data=pneu,binomial))
summary(glm(cbind(Severe,Normal+Present)~log(Years),data=pneu,binomial))

SMPracticals documentation built on May 2, 2019, 11:12 a.m.