We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f9e06 commit a2c99ddCopy full SHA for a2c99dd
1 file changed
episodes/compare-interventions.Rmd
@@ -432,12 +432,13 @@ mask_mandate <- epidemics::intervention(
432
433
# run intervention model
434
output_intervention_vc <- epidemics::model_vacamole(
435
- population = uk_population_vacamole,
436
- vaccination = double_vaccination,
437
- intervention = list(
438
- transmission_rate =
439
- mask_mandate),
440
- time_end = 300)
+ population = uk_population_vacamole,
+ vaccination = double_vaccination,
+ intervention = list(
+ transmission_rate = mask_mandate
+ ),
+ time_end = 300
441
+)
442
443
```
444
0 commit comments