| earinf {GLMsData} | R Documentation |
Ear infections in swimmers
Description
The number of ear infections in swimmers
Usage
data(earinf)
Format
A data frame with 287 observations on the following 5 variables.
Swimhow often the swimmer swims in the ocean; a factor with levels
Freq(frequently) andOccas(occasionally)Locthe reported usual swimming location; a factor with levels
BeachandNonBeachAgethe age group; a factor with levels
15-19,20-24and25-29Sexthe sex; a factor with levels
FemaleandMaleNumInfecthe number of self-diagnosed ear infections; a numeric vector
Infecwhether there are self-diagnosed ear infections; a numeric vector where
0means no self-reported infection, and1means at least one self-reported ear infection
Details
The data give the number of self-reported ear infections in the 1990 Pilot Surf/Health Study of nsw Water Board.
Source
This data file was downloaded from OzDASL (http://www.statsci.org/data/oz/earinf.html) where it was prepared by Dr Gordon Smyth from Hand et al (1994) Dataset 328.
References
D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall. Dataset 328.
Examples
data(earinf)
summary(earinf)