| NHANES_blood_lead_small {sensitivityCalibration} | R Documentation | 
A random subset of NHANES_blood_lead data.
Description
A random subset of NHANES_blood_lead data for the purpose of testing.
Usage
data(NHANES_blood_lead_small)
Format
A random sample from the NHANES_blood_lead dataset. It consists of 500 instances and the same 10 variables as the NHANES_blood_lead data.
COPtreatment, 1 if cotinine level is between 0.563-14.9 ng/ml and 0 otherwise
DMARETHN1 if white, 0 if others
DMPPIRPoverty income ratio
HFE11 if the house is built before 1974, 0 if after 1974
HFE2number of rooms in the house
HFHEDUCReducation level of the reference adult
HSAGEIRage at the time of interview
HSFSIZERsize of the family
HSSEX1 if male, 0 if female
PBPblood lead level
Details
We take a 500 random sample from the NHANES_blood_lead dataset. This small dataset is primarily for the purpose of testing the algorithm.
Source
NHANES III, the Third US National Health and Nutrition Examination Survey.
References
D. M. Mannino, R. Albalak, S. D. Grosse, and J. Repace. Second-hand smoke exposureand blood lead levels in U.S. children.Epidemiology, 14:719-727, 2003
A. Gelman. Scaling regression inputs by dividing by two standard deviations.Statisticsin Medicine, 27:2865-2873, 2008.
Examples
data(NHANES_blood_lead_small)