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: episodes/disease-burden.Rmd
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ associated with the lessons. They appear in the "Instructor View".
63
63
64
64
## A burden model
65
65
66
-
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:
66
+
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:
67
67
68
68
1.**Transmission model**: An SEIR model that generates new infections over time
69
69
2.**Burden model**: Converts new infections to hospitalizations by accounting for delays between infection and hospitalization
@@ -80,7 +80,9 @@ We'll use `{epiparameter}` to define these delay distributions. The Gamma distri
80
80
- It's bounded at zero (negative delays don't make sense)
81
81
- It's supported by empirical data for many infectious diseases
82
82
83
-
```{r, echo = FALSE, message = FALSE}
83
+
:::::::::::::::: instructor
84
+
85
+
```{r, echo = TRUE, message = FALSE}
84
86
# load contact and population data from socialmixr::polymod
0 commit comments