Skip to content

Commit 31f35d0

Browse files
committed
polish model choice episode.
1 parent 3ff67d5 commit 31f35d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/model-choices.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set.seed(33)
2929

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

32-
+ Complete tutorial [Simulating transmission](../episodes/simulating-transmission.md)
32+
+ Complete tutorial [simulating transmission](../episodes/simulating-transmission.md)
3333
:::::::::::::::::::::::::::::::::
3434

3535

@@ -206,7 +206,7 @@ The key parameters affecting the transition between states are:
206206
+ $\rho^E$, the mean preinfectious period,
207207
+ $p_{hosp}$ the probability of being transferred to the hospitalised compartment.
208208

209-
**Note: the functional relationship between the preinfectious period ($\rho^E$) and the transition rate between exposed and infectious ($\gamma^E$) is $\rho^E = k^E/\gamma^E$ where $k^E$ is the shape of the Erlang distribution. Similarly for the infectious period $\rho^I = k^I/\gamma^I$. For more detail on the stochastic model formulation refer to the section on [Discrete-time Ebola virus disease model](https://epiverse-trace.github.io/epidemics/articles/model_ebola.html#details-discrete-time-ebola-virus-disease-model) in the "Modelling responses to a stochastic Ebola virus epidemic" vignette. **
209+
**Note:** the functional relationship between the preinfectious period ($\rho^E$) and the transition rate between exposed and infectious ($\gamma^E$) is $\rho^E = k^E/\gamma^E$ where $k^E$ is the shape of the Erlang distribution. Similarly for the infectious period $\rho^I = k^I/\gamma^I$. For more detail on the stochastic model formulation refer to the section on [Discrete-time Ebola virus disease model](https://epiverse-trace.github.io/epidemics/articles/model_ebola.html#details-discrete-time-ebola-virus-disease-model) in the "Modelling responses to a stochastic Ebola virus epidemic" vignette.
210210

211211
```{r, echo = FALSE, message = FALSE}
212212
DiagrammeR::grViz("digraph {

0 commit comments

Comments
 (0)