Skip to content

Commit 5e7cd45

Browse files
committed
add reference hint
1 parent c5608b6 commit 5e7cd45

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

episodes/simulating-transmission.Rmd

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,28 @@ output_samples %>%
550550

551551
Deciding which parameters to include uncertainty in depends on a few factors: how well informed a parameter value is e.g. consistency of estimates from the literature; how sensitive model outputs are to parameter value changes; and the purpose of the modelling task. See [McCabe et al. 2021](https://doi.org/10.1016%2Fj.epidem.2021.100520) to learn about different types of uncertainty in infectious disease modelling.
552552

553+
:::::::::::::::::: challenge
554+
555+
From the figure above:
556+
557+
- How does the **location** (in time) and **size** of the epidemic peak for infectious individuals in each age group change with respect to the uncertainty in the basic reproduction number? Describe.
558+
559+
- Based on the definition of the basic reproduction number, are these changes expected? Explain briefly.
560+
561+
:::::::::: hint
562+
563+
To interpret the output based on location and size of the peak infection, **read** this two-page paper introduction to Infectious Disease Modelling:
564+
565+
- Bjørnstad ON, Shea K, Krzywinski M, Altman N.
566+
**Modeling infectious epidemics.**
567+
Nat Methods. 2020 May;17(5):455-456.
568+
doi: 10.1038/s41592-020-0822-z. PMID: 32313223.
569+
<https://www.nature.com/articles/s41592-020-0822-z>
570+
571+
::::::::::
572+
573+
::::::::::::::::::
574+
553575
## Summary
554576

555577
In this tutorial, we have learnt how to simulate disease spread using a mathematical model. Once a model has been chosen, the parameters and other inputs must be specified in the correct way to perform model simulations. In the next tutorial, we will consider how to choose the right model for different tasks.

0 commit comments

Comments
 (0)