-
Notifications
You must be signed in to change notification settings - Fork 0
/
scenarios.R
453 lines (446 loc) · 15 KB
/
scenarios.R
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
# Set scenario labels
library(tibble)
scenarios <- list(
"targets" = c("Weekly incident deaths" = "inc death",
"Weekly incident cases" = "inc case",
"Weekly incident infections" = "inc infection",
"Weekly hospital admissions" = "inc hosp",
"Weekly critical care admissions" = "inc icu"),
# ------------------------------------------------------------------------
# Round 0
"round-0" = list("round" = 0,
"scenario_labels" = c(
"A-2022-02-25" = "Strong/None",
"B-2022-02-25" = "Strong/New",
"C-2022-02-25" = "Weak/None",
"D-2022-02-25" = "Weak/New"),
"origin_date" = as.Date("2022-03-13"),
"submission_window_end" = as.Date("2022-04-22"),
"scenario_caption" = "Scenarios: Stronger/weaker immunity maintained over time; \n None/New immune evading variant introduced May 2022",
"table" = "<table>
<tr>
<td></td>
<td>
<b>No new variant
</b><br>
<ul>
<li>Projections are initialized with the mix of strains circulating at the start of the projection period</li>
</ul>
</td>
<td>
<b>New variant X</b><br>
<ul>
<li>Introduction: From May 1st 2022 is a continuous influx of 50 weekly infections of variant X over 16 weeks</li>
<li>Characteristics: Variant X has 30% immune escape, and the same intrinsic transmissibility and severity as Omicron.</li>
</ul>
</td>
</tr>
<tr>
<td>
<b> Optimistic waning of protection</b><br>
<ul>
<li>Speed: 10 months median time to transition to partial immunity</li>
<li>Plateau: 40% reduction in protection from baseline (protection immediately after exposure) at plateau</b></li>
</ul>
</td>
<td>
Scenario A
</td>
<td>
Scenario B
</td>
</tr>
<tr>
<td>
<b>Pessimistic waning of protection</b><br>
<ul>
<li>Speed: 4 months median time to transition to partial immunity</li>
<li>Plateau: 60% reduction in protection from baseline level at immune plateau</li>
</ul>
</td>
<td>
Scenario C
</td>
<td>
Scenario D
</td>
</tr>
</table>"),
# -------------------------------------------------------------------------
# Round 1
"round-1" = list("round" = 1,
"scenario_labels" = c(
"A-2022-05-22" = "Strong/Summer",
"B-2022-05-22" = "Strong/Autumn",
"C-2022-05-22" = "Weak/Summer",
"D-2022-05-22" = "Weak/Autumn"),
"origin_date" = as.Date("2022-05-22"),
"submission_window_end" = as.Date("2022-07-01"),
"scenario_caption" = "Scenarios: Stronger or weaker immunity maintained over time ('Strong/Weak'); \n 60+ second booster campaign starting in summer or autumn ('Summer/Autumn')",
"table" = "<table>
<tr>
<td></td>
<td>
<b>Slow summer booster campaign</b><br>
<ul>
<li>2nd booster recommended for 60+</li>
<li>Uptake reaches 50% of 1st booster coverage by 15th December</li>
<li>Uptake starts <b>15th June*</b></li>
</ul>
</td>
<td>
<b>Fast autumn booster campaign</b><br>
<ul>
<li>2nd** booster recommended for 60+</li>
<li>Uptake reaches 50% of 1st booster coverage by 15th December</li>
<li>Uptake starts <b>15th September</b></li>
</ul>
</td>
</tr>
<tr>
<td>
<b>Optimistic slow immune waning</b><br>
<ul>
<li>60% reduction in immunity against infection</li>
<li>In <b>8 months</b></li>
</ul>
</td>
<td>
Scenario A (<i>'Strong/Summer'</i>)
</td>
<td>
Scenario B (<i>'Strong/Autumn'</i>)
</td>
</tr>
<tr>
<td>
<b>Pessimistic fast immune waning</b><br>
<ul>
<li>60% reduction in immunity against infection</li>
<li>In <b>3 months</b></li>
</ul>
</td>
<td>
Scenario C (<i>'Weak/Summer'</i>)
</td>
<td>
Scenario D (<i>'Weak/Summer'</i>)
</td>
</tr>
</table>
_* If a second booster is already offered to 60+ (Greece, Netherlands), vaccination uptake continues as currently_
_** If a second booster is already offered to 60+ (Greece, Netherlands), a third booster dose is recommended_"),
# -------------------------------------------------------------------------
# Round 2
"round-2" = list("round" = 2,
"scenario_labels" = c(
# Short text label for scenarios in format:
# "Policy scenario / Epidemiological scenario"
"A-2022-07-24" = "60+Booster/Optimistic VE",
"B-2022-07-24" = "18+Booster/Optimistic VE",
"C-2022-07-24" = "60+Booster/Pessimistic VE",
"D-2022-07-24" = "18+Booster/Pessimistic VE"),
"origin_date" = as.Date("2022-07-24"),
"submission_window_end" = as.Date("2022-07-29"),
"scenario_caption" = "Scenarios: Autumn second booster campaign among population aged '18+' or '60+'; \n Vaccine effectiveness is 'optimistic'(effectiveness as of a booster vaccine against Delta) or 'pessimistic' (as against BA.4/BA.5/BA.2.75)",
"table" = "<table>
<tr>
<td></td>
<td>
<b>Age 60+ booster campaign</b><br>
<ul>
<li>2nd* booster recommended for 60+</li>
<li>Uptake starts 15th September, and reaches 50% coverage by 15th December</li>
</ul>
</td>
<td>
<b>Age 18+ booster campaign</b><br>
<ul>
<li>2nd* booster recommended for general population, ages 18+</li>
<li>Uptake starts 15th September, and reaches 50% coverage by 15th December</li>
</ul>
</td>
</tr>
<tr>
<td>
<b>Optimistic vaccine effectiveness</b><br>
<ul>
<li>Increased booster vaccine effectiveness to that seen against <b>Delta variant</b></li>
</ul>
</td>
<td>
Scenario A
</td>
<td>
Scenario B
</td>
</tr>
<tr>
<td>
<b>Pessimistic vaccine effectiveness</b><br>
<ul>
<li>Reduced booster vaccine effectiveness against infection from <b>BA.4/BA.5/BA.2.75 variants</b></li>
</ul>
</td>
<td>
Scenario C
</td>
<td>
Scenario D
</td>
</tr>
</table>"
),
# -------------------------------------------------------------------------
# Round 3
"round-3" = list("round" = 3,
# Short text label for scenarios in format:
# "Policy scenario / Epidemiological scenario"
"scenario_labels" = c(
"A" = "A. No vaccination, optimistic variants",
"B" = "B. Annual vaccination, optimistic variants",
"C" = "C. Biannual vaccination, optimistic variants",
"D" = "D. No vaccination, pessimistic variants",
"E" = "E. Annual booster campaign, pessimistic variants",
"F" = "F. Biannual booster campaign, pessimistic variants"
),
# Key dates
"origin_date" = as.Date("2022-09-11"),
"submission_window_end" = as.Date("2022-09-16"),
# Short scenario guide (for website + figure captions)
"scenario_caption" = "Scenarios: New vaccination (none/annual/biannual); \n New variants (optimistic/pessimistic)",
# HTML format scenario table
"table" = "<table>
<tr>
<td>
</td>
<td>
<b> No further vaccination </b><br>
<ul>
<li> Vaccination as planned<sup>*</sup> </li>
<li> <b>No</b> further vaccination </li>
</ul>
</td>
<td>
<b> Annual vaccination </b><br>
<ul>
<li> Vaccination as planned<sup>*</sup> </li>
<li> <b>2023 onwards</b>: annual vaccination programme in <b>autumn</b><sup>**</sup> </li>
<li> Uptake higher in 60+ than <60 age groups</li>
</ul>
</td>
<td>
<b> Bi-annual vaccination </b><br>
<ul>
<li> Vaccination as planned<sup>*</sup> </li>
<li> <b>2023 onwards</b>: bi-annual (2 per year) vaccination in <b>spring and autumn</b><sup>**</sup></li>
<li> Uptake higher in 60+ than <60 age groups </li>
</ul>
</td>
</tr>
<tr>
<td>
<b>Optimistic variant scenario</b><br>
<ul>
<li><b>20%</b> reduction in immunity against <b>infection</b> </li>
<li><b>0%</b> reduction in immunity against <b>severe</b> outcome </li>
<li><b>One new variant</b> every 9 months </li>
<li> First introduction: <b>1st October 2022 </b></li>
</ul>
</td>
<td>
Scenario A
</td>
<td>
Scenario B
</td>
<td>
Scenario C
</td>
</tr>
<tr>
<td>
<b>Pessimistic variant scenario</b><br>
<ul>
<li><b>75%</b> reduction in immunity against <b>infection</b> </li>
<li><b>20%</b> reduction in immunity against <b>severe</b> outcomes </li>
<li><b>One new variant</b> every 9 months </li>
<li> First introduction: <b>1st October 2022 </b></li>
</ul>
</td>
<td>
Scenario D
</td>
<td>
Scenario E
</td>
<td>
Scenario F
</td>
</tr>
</table>
_* Vaccination as planned = Primary schedule + 2 booster doses_
\n
_** Seasonal vaccination campaigns: Autumn = 15 September to 15 December; Spring = 15 March to 15 June_"
),
# -------------------------------------------------------------------------
# Round 4
"round-4" = list("round" = 4,
# Short text label for scenarios in format:
# "Policy scenario / Epidemiological scenario"
"scenario_labels" = c(
"A" = "A. Optimistic waning and no new variant",
"B" = "B. Optimistic waning and a new variant",
"C" = "C. Pessimistic waning and no new variant",
"D" = "D. Pessimistic waning and a new variant"
),
# Key dates
"origin_date" = as.Date("2023-03-15"),
"submission_window_end" = as.Date("2023-03-17"),
# Short scenario guide (for website + figure captions)
"scenario_caption" = "Scenarios: Immunity waning (optimistic/pessimistic); \n New variants (no/yes)",
# HTML format scenario table
"table" = "<table>
<tr>
<td>
</td>
<td>
<b> No new variant </b>
<ul>
<li> Projections are initialised in agreement with the SARS-CoV-2 variants that are circulating at the start of the projection period</li>
</ul>
</td>
<td>
<b> New variant (sub-lineage) X </b>
<ul>
<li> Introduction: From <b>1st May 2023</b>, at least of <b>0.1% of all new infections</b> are due to a new variant X over 16 weeks </li>
<li> Characteristics: Variant X has <b>30% immune escape against infection and 0% immune escape against severe outcomes</b>, and the same intrinsic transmissibility and severity as currently dominating Omicron sub-lineage</li>
</ul>
</td>
</tr>
<tr>
<td>
<b>Optimistic waning</b><br>
<ul>
<li> Protection against infection: <b>6 months</b> median time to transition to <b>70%</b> of the initial immunity </li>
<li> Protection against severe outcomes: no waning </li>
</ul>
</td>
<td>
Scenario A
</td>
<td>
Scenario B
</td>
</tr>
<tr>
<td>
<b>Pessimistic waning</b><br>
<ul>
<li> Protection against infection: <b>6 months</b> median time to transition to <b>40%</b> of the initial immunity </li>
<li> Protection against severe outcomes: <b>6 months</b> median time to transition to <b>80%</b> of the initial immunity </li> </li>
</ul>
</td>
<td>
Scenario C
</td>
<td>
Scenario D
</td>
</tr>
</table>"
),
# -------------------------------------------------------------------------
# Round 5
"round-5" = list("round" = 5,
# Short text label for scenarios in format:
# "Policy scenario / Epidemiological scenario"
"scenario_labels" = c(
"A" = "A. No vaccination, optimistic waning",
"B" = "B. Pessimistic vaccination, optimistic waning",
"C" = "C. Optimistic vaccination, optimistic waning",
"D" = "D. Upper boundary vaccination, optimistic waning",
"E" = "E. No vaccination, pessimistic waning",
"F" = "F. Pessimistic vaccination, pessimistic waning",
"G" = "G. Optimistic vaccination, pessimistic waning",
"H" = "H. Upper boundary vaccination, pessimistic waning"
),
# Key dates
"origin_date" = as.Date("2023-08-01"),
"submission_window_end" = as.Date("2023-08-20"),
# Short scenario guide (for website + figure captions)
"scenario_caption" = "Scenarios: Autumn COVID-19 vaccination campaign; \n Immunity waning (optimistic/pessimistic)",
# HTML format scenario table
"table" = "<table>
<tr>
<td>
</td>
<td>
<b> No vaccination </b>
<ul>
</ul>
</td>
<td>
<b> Pessimistic vaccination </b>
<ul>
<li> <b>60+</b> booster with <b>-50%</b> of flu vaccination uptake* </li>
</ul>
</td>
<td>
<b> Optimistic vaccination </b>
<ul>
<li> <b>60+</b> booster with <b>+15 percentage points</b> of flu vaccination uptake* (capped at 100%) </li>
</ul>
</td>
<td>
<b> Theoretical upper boundary vaccination </b>
<ul>
<li> <b>60+</b> booster with <b>100%</b> coverage </li>
</ul>
</td>
</tr>
<tr>
<td>
<b>Optimistic waning</b><br>
<ul>
<li> Protection against infection: <b>6 months</b> median time to transition to <b>70%</b> of the initial immunity </li>
<li> Protection against severe outcomes: no waning </li>
</ul>
</td>
<td>
Scenario A
</td>
<td>
Scenario B
</td>
<td>
Scenario C
</td>
<td>
Scenario D
</td>
</tr>
<tr>
<td>
<b>Pessimistic waning</b><br>
<ul>
<li> Protection against infection: <b>6 months</b> median time to transition to <b>40%</b> of the initial immunity </li>
<li> Protection against severe outcomes: <b>6 months</b> median time to transition to <b>80%</b> of the initial immunity </li> </li>
</ul>
</td>
<td>
Scenario E
</td>
<td>
Scenario F
</td>
<td>
Scenario G
</td>
<td>
Scenario H
</td>
</tr>
</table>"
)
)