Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.64 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.64 KB

2491_eda

LSHTM 2491 Data Challenge Module - Exploratory Data Analysis

      _/_/    _/  _/      _/_/      _/                          _/            
   _/    _/  _/  _/    _/    _/  _/_/            _/_/      _/_/_/    _/_/_/   
      _/    _/_/_/_/    _/_/_/    _/          _/_/_/_/  _/    _/  _/    _/    
   _/          _/          _/    _/          _/        _/    _/  _/    _/     
_/_/_/_/      _/    _/_/_/      _/            _/_/_/    _/_/_/    _/_/_/      
                                 _/_/_/_/_/                              

Data on FEV1 contained in this repository is sourced from the ALA package. A simple data dictionary is as follows:

Variable Type Description Units Type
id Factor ID label for each participant None factor
age Numeric Age of participant at time of measurement years double
height Numeric Height of participant at time of measurement metres double
FEV1 Numeric Spirometry measurement of lung function, forced exhaled volume in first second litres double

Data are originally from Dockery et al. (1983); this is a random sample of 300 girls living in Topeka, Kansas.

This data, and script file(s), are provided for students in the MSc in Health Data Science module 2491 - Data Challenge for the purposes of learning exploratory data analysis.