You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: disease-burden.md
+68-2Lines changed: 68 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ associated with the lessons. They appear in the "Instructor View".
64
64
65
65
## A burden model
66
66
67
-
We will extend the influenza example from the [Simulating transmission](../episodes/simulating-transmission.md) tutorial to calculate hospitalizations over time. Our approach has two main components:
67
+
We will extend the influenza example from the [Simulating transmission](../episodes/simulating-transmission.md) tutorial by using the `output` object to calculate hospitalizations over time. Our approach has two main components:
68
68
69
69
1.**Transmission model**: An SEIR model that generates new infections over time
70
70
2.**Burden model**: Converts new infections to hospitalizations by accounting for delays between infection and hospitalization
@@ -81,11 +81,77 @@ We'll use `{epiparameter}` to define these delay distributions. The Gamma distri
81
81
- It's bounded at zero (negative delays don't make sense)
82
82
- It's supported by empirical data for many infectious diseases
83
83
84
+
:::::::::::::::: instructor
84
85
85
86
87
+
```r
88
+
# load contact and population data from socialmixr::polymod
0 commit comments