-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
174 lines (153 loc) · 3.55 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
destination: docs
home:
title: Health Survey Data Wrangling
links:
- text: Health Survey for England
href: https://stapm.gitlab.io/Health_Survey_for_England.html
- text: Scottish Health Survey
href: https://stapm.gitlab.io/Scottish_Health_Survey.html
url: https://stapm.github.io/hseclean/
template:
bootstrap: 5
params:
bootswatch: flatly
ganalytics: UA-167990045-1
authors:
Duncan Gillespie:
href: https://www.sheffield.ac.uk/scharr/people/staff/duncan-gillespie
Damon Morris:
href: https://www.sheffield.ac.uk/scharr/people/staff/damon-morris
Colin Angus:
href: https://www.sheffield.ac.uk/scharr/people/staff/colin-angus
Alan Brennan:
href: https://www.sheffield.ac.uk/scharr/people/staff/alan-brennan
navbar:
structure:
left: [home, intro, reference, articles]
right: [github, gitlab, software]
components:
home: ~
intro:
text: Get started
href: articles/hseclean.html
reference:
text: Functions
href: reference/index.html
articles:
text: Methods and data checks
menu:
- text: Health Survey for England methods
href: articles/english_hse_data_processing_methods.html
- text: Scotland alcohol data
href: articles/Scotland_alcohol_data_report.html
- text: Scotland tobacco data
href: articles/Scotland_tobacco_data_report.html
- text: Scotland alcohol upshifting
href: articles/Scotland_alcohol_upshifting_report.html
github:
icon: fab fa-github fa-lg
href: https://github.com/STAPM/hseclean
aria-label: View on Github
gitlab:
icon: fab fa-gitlab fa-lg
href: https://gitlab.com/stapm/r-packages/hseclean
aria-label: View on Gitlab
software:
icon: fa-code
href: https://stapm.gitlab.io/software.html
aria-label: Back to the STAPM software page
reference:
- title: Read Health Survey for England
contents:
- read_hse
- read_2001
- read_2002
- read_2003
- read_2004
- read_2005
- read_2006
- read_2007
- read_2008
- read_2009
- read_2010
- read_2011
- read_2012
- read_2013
- read_2014
- read_2015
- read_2016
- read_2017
- read_2018
- read_2019
- title: Read Scottish Health Survey
contents:
- read_SHeS_2008
- read_SHeS_2009
- read_SHeS_2010
- read_SHeS_2011
- read_SHeS_2012
- read_SHeS_2013
- read_SHeS_2014
- read_SHeS_2015
- read_SHeS_2016
- read_SHeS_2017
- read_SHeS_2018
- read_SHeS_2019
- title: Read Welsh Survey data
contents:
- read_WHS_2009
- read_WHS_2010
- read_WHS_2011
- read_WHS_2012
- read_WHS_2013
- read_WHS_2014
- read_WHS_2015
- read_NSW_2016_17
- read_NSW_2017_18
- read_NSW_2018_19
- read_NSW_2019_20
- read_NSW_2020_21
- read_NSW_2021_22
- read_NSW_2022_23
- title: Alcohol data
contents:
- alc_drink_freq
- alc_drink_now_allages
- alc_sevenday_adult
- alc_sevenday_child
- alc_weekmean_adult
- alc_upshift
- title: Smoking data
contents:
- smk_amount
- smk_life_history
- smk_quit
- smk_status
- smk_former
- title: Covariate data
contents:
- clean_age
- clean_demographic
- clean_economic_status
- clean_education
- clean_family
- clean_health_and_bio
- clean_income
- use_townsend
- title: Data wrangling
contents:
- combine_years
- select_data
- num_sim
- impute_data_mice
- prop_summary
- clean_surveyweights
- impute_mean
- title: Data
contents:
- imdq_to_townsend
- abv_data
- alc_volume_data
- impute_kids_model
- per_capita_alc_for_upshift
- per_capita_alc_for_upshift_scotland