Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/modelling-interventions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ uk_population <- epidemics::population(
)
```

We run the model with a transmission rate $= 2.7/5.5$ (remember that [transmission rate = $R_0$* recovery rate](../episodes/simulating-transmission.md#the-basic-reproduction-number-r_0)), infectiousness rate $1/= 4$ and the recovery rate $= 1/5.5$ as follows:
We run the model with an infectiousness rate $= 1/4$, a recovery rate $= 1/5.5$, and a transmission rate $= 2.7/5.5$ (remember that [transmission rate = $R_0$* recovery rate](../episodes/simulating-transmission.md#the-basic-reproduction-number-r_0)) as follows:

```{r, echo = TRUE, message = FALSE}
# time periods
Expand Down
Loading