ADSMH - Mental Health and Screen Time
Group coursework for Applied Data Science at the University of Bristol.
Overview
- The data set that you have was created in order to see what happens when you ask lots of different researchers to answer the same question "based on this dataset: does screen use at age 16 predict depression at age 18"? This is called a "crowd sourced data analysis". The idea is that there are lots of different defensible choices when you do any analysis, and we wanted to know: what is the impact of all these different choices?
- This is a "synthetic dataset": no real people: so that we could share it widely.
- It was synthesised from a subset of the ALSPAC (Avon Longitudinal Study of Parents and Children) cohort study dataset. We then re-ran researchers analyses on the real data. The subset was about mental health and screen time, and was chosen based on an already published study on this same question.
- The data wasn't only collected for that one study. The ALSPAC dataset has had many different surveys and clinics. It has been following children since their birth and recording information about them as they age. The children were born in 1992 (so, data in this data set was mostly collected in 2008 and 2010), so this will obviously effect your interpretation of "screen time", which is obviously very different to 16 year olds now.
Useful links
- Data collection (ALSPAC)
- Original investigation
- The ALSPAC proposal
- The paper for the original proposal is here
- Crowd sourced data analysis (MAPS)
- The ALSPAC proposal allowing us to use the data for the crow sourced data analysis is here
- Project materials, including the description of the creation of the synthetic dataset and extra information about data (in the data dictionary references folder).
- Info for participants website
Data Owner
Natalie Thurlby, Data Science Specialist, Jean Golding Institute, [email protected].
Repository overview
- Data in
/data
- Original dataset and dictionary in
/original
- Modified datasets in
/altered
- Original dataset and dictionary in
- Figures in
/figures
- Jupyter notebooks in
/notebooks
- Coursework specification available in
ads_cw_specification.pdf
Requirements
Requirements for notebooks included in requirements.txt
.
Use pip to install the requirements to your environment:
pip install -r requirements.txt