Skip to content

Commit 3ff67d5

Browse files
committed
polish transmission episode
1 parent 1687a28 commit 3ff67d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

episodes/simulating-transmission.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ webshot::install_phantomjs(force = TRUE)
2929

3030
::::::::::::::::::::::::::::::::::::: prereq
3131

32-
+ Complete tutorial on [Contact matrices](../episodes/contact-matrices.md).
32+
+ Complete tutorial on [contact matrices](../episodes/contact-matrices.md).
3333

3434
Learners should familiarise themselves with following concept dependencies before working through this tutorial:
3535

@@ -43,7 +43,7 @@ Learners should familiarise themselves with following concept dependencies befor
4343

4444
:::::::::: spoiler
4545

46-
Install packages if their are not already installed
46+
Install these packages if their are not already installed
4747

4848
```r
4949
if (!base::require("pak")) install.packages("pak")
@@ -605,7 +605,7 @@ In this tutorial, we have learnt how to simulate disease spread using a mathemat
605605

606606
::::::::::::::::::::::::::::::::::::: keypoints
607607

608-
- Disease trajectories can be generated using the R package `epidemics`
608+
- Disease trajectories can be generated using the R package `{epidemics}`
609609
- Uncertainty should be included in model trajectories using a range of model parameter values
610610

611611
::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)