Skip to content

Commit

Permalink
updated vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
clchampag committed Feb 8, 2024
1 parent 246361f commit 208552b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 22 deletions.
29 changes: 13 additions & 16 deletions docs/articles/vivaxmodelr_delay.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
vivaxmodelr: vivaxmodelr.html
vivaxmodelr_delay: vivaxmodelr_delay.html
vivaxmodelr_dev_doc: vivaxmodelr_dev_doc.html
last_built: 2023-11-10T21:21Z
last_built: 2024-02-08T08:33Z
urls:
reference: https://swisstph.github.io/VivaxModelR/reference
article: https://swisstph.github.io/VivaxModelR/articles
Expand Down
5 changes: 3 additions & 2 deletions vignettes/vivaxmodelr_delay.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: "An R package to simulate *P. vivax* dynamics, model with delayed acce
author: "Clara Champagne, Maximilian Gerhards, Justin Lana, Arnaud Le Menach, Emilie Pothin"
output: rmarkdown::html_vignette
bibliography: bibliography.json
citation_package: natbib
vignette: >
%\VignetteIndexEntry{VivaxModelRDelays}
%\VignetteEngine{knitr::rmarkdown}
Expand All @@ -14,7 +15,7 @@ This package contains functions to simulate a compartmental model for Plasmodium
The model includes case management and vector control and is presented in @champagne2024.


It is an extension of @white2016 and @champagne2022, and can be represented by the following diagram:
It is an extension of @white2016 and can be represented by the following diagram:
```{r pressure, echo=FALSE, fig.cap="Schematic representation of the model", out.width = '80%'}
knitr::include_graphics("models_delay_cartoon.png")
```
Expand Down Expand Up @@ -160,7 +161,7 @@ ggplot(simulation_model2)+

## Additional interventions

In order to use the model without delays in treatment (as in @champagne2022, see vignette for the "simple version"), the option delay=F can be used (default) and the parameter $\sigma$ does not need to be specified.
In order to use the model without delays in treatment (see vignette for the "simple version"), the option delay=F can be used (default) and the parameter $\sigma$ does not need to be specified.

Additional interventions, namely Mass Drug Administration and Reactive Case Detection, can be included in the model.

Expand Down

0 comments on commit 208552b

Please sign in to comment.