| lungcap {GLMsData} | R Documentation |
Lung capacity and smoking in youth
Description
The health and smoking habits of 654 youth
Usage
data(lungcap)
data(lungcapsub)
Format
A data frame with 654 observations on the following 5 variables.
(The data frame lungcapsub contains the data only for smokers,
and hence does not contain the variable Smoke.)
Agethe age of the subject in completed years; a numeric vector
FEVthe forced expiratory volume in litres, a measure of lung capacity; a numeric vector
Htthe height in inches; a numeric vector
Genderthe gender of the subjects: a numeric vector with females coded as
0and males as1Smokethe smoking status of the subject: a numeric vector with non-smokers coded as
0and smokers as1
Details
The data give information on the health and smoking habits of a sample of 654 youths, aged 3 to 19, in the area of East Boston during middle to late 1970s.
Source
Kahn, Michael (2005) An exhalent problem for teaching statistics. The Journal of Statistical Education, 13(2). Available on-line.
References
Kahn, M. (2003) Data Sleuth, STATS, 37, 24.
Ira B. Tager, Scott T. Weiss, Alvaro Munoz, Bernard Rosner, and Frank E. Speizer (1983) Longitudinal study of the effects of maternal smoking on pulmonary function in children. New England Journal of Medicine, 309(12):699–703.
Examples
data(lungcap)
summary(lungcap)