Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #109

Merged
merged 1 commit into from
Jan 24, 2024
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/model-choices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
+ $\rho^E$, the mean preinfectious period,
+ $p_{hosp}$ the probability of being transferred to the hospitalised compartment.

**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$. See [here](https://epiverse-trace.github.io/epidemics/articles/ebola_model.html#details-discrete-time-ebola-virus-disease-model) for more detail on the stochastic model formulation. **

Check warning on line 200 in episodes/model-choices.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[uninformative link text]: [here](https://epiverse-trace.github.io/epidemics/articles/ebola_model.html#details-discrete-time-ebola-virus-disease-model)

```{r, echo = FALSE, message = FALSE}
DiagrammeR::grViz("digraph {
Expand Down Expand Up @@ -282,7 +282,7 @@

::::::::::::::::: hint

### Code for initial conidtions
### Code for initial conditions

```{r}
# set population size
Expand Down
Loading