Skip to content

Commit f0c722a

Browse files
authored
Update README.md
Added note regarding release of 2023 survey data and code
1 parent 1fdb027 commit f0c722a

1 file changed

Lines changed: 20 additions & 16 deletions

File tree

README.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ Warning - this repository is a snapshot of a repository internal to NHS Digital.
66

77
***To contact us raise an issue on Github or via email and we will respond promptly.***
88

9+
# Smoking, drinking and drug use amongst young people (SDD) survey background
10+
11+
This repository contains the code used by NHS England to create publication outputs from the 2021 SDD survey.
12+
13+
***Results from the 2023 survey were published on 17th October 2024.
14+
The updated version of the repository used to create the 2023 outputs will be published to GitHub later in 2024.***
15+
16+
The SDD dataset contains results from a biennial survey of secondary school pupils
17+
in England in years 7 to 11 (mostly aged 11 to 15), focusing on smoking, drinking
18+
and drug use. It covers a range of topics including prevalence, habits, attitudes,
19+
and wellbeing.
20+
21+
The dataset is compiled by IPSOS MORI and provided as 2 SPSS (.sav) files: one pupil
22+
file containing pupil details and question responses, and one school file containing
23+
teacher responses.
24+
25+
This project produces the required publication outputs: Data tables, charts, raw
26+
data file for the UK data archive.
27+
928
# Getting Started
1029

1130
## Clone repository
@@ -19,7 +38,7 @@ There are two options to set up the python enviroment:
1938
Users would need to delete as appropriate which set they do not need. For details, please see our [virtual environments in the community of practice page](https://github.com/NHSDigital/rap-community-of-practice/blob/main/python/virtual-environments.md).
2039

2140

22-
To set up the sdd_code package enter the commands below (run one line at a time) in Anaconda Prompt (terminal on Mac/Linux):
41+
Run the following command in Terminal or VScode to set up the packages:
2342
```
2443
pip install --user -r requirements.txt
2544
```
@@ -30,21 +49,6 @@ conda env create -f environment.yml
3049
```
3150
Then follow the instructions in [sdd_code/sddR/README.md](sdd_code/sddR/README.md) to setup the R packages.
3251

33-
# Smoking, drinking and drug use amongst young people (SDD) background
34-
35-
The SDD dataset contains results from a biennial survey of secondary school pupils
36-
in England in years 7 to 11 (mostly aged 11 to 15), focusing on smoking, drinking
37-
and drug use. It covers a range of topics including prevalence, habits, attitudes,
38-
and wellbeing.
39-
40-
The dataset is compiled by IPSOS MORI and provided as 2 SPSS (.sav) files: one pupil
41-
file containing pupil details and question responses, and one school file containing
42-
teacher responses.
43-
44-
This project produces the required publication outputs: Data tables, charts, raw
45-
data file for the UK data archive.
46-
47-
4852
# Directory structure:
4953
```
5054
smoking-drinking-and-drug-use-rap

0 commit comments

Comments
 (0)