Skip to content

Commit

Permalink
Add EpiEstim comment, correct R description
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Mar 11, 2024
1 parent b623e20 commit c2e02ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/modelling_scenarios.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The Ebola virus disease model included in the package is expected to receive thi
```{r setup}
# epi modelling
library(epidemics)
library(EpiEstim)
library(EpiEstim) # for Rt estimation
# data manipulation packages
library(dplyr)
Expand Down Expand Up @@ -149,7 +149,7 @@ plot(output_R, "R")

Generate 100 samples of $R$, and convert to the transmissibility parameter (often denoted $\beta$) by dividing by the infectious period of 7 days.

Since _EpiEstim_ estimates $Rt$, the real-time $R$, we shall use the mean of the estimates over the time period, and the mean of the standard deviation, as parameters for a distribution from which to draw $R$ samples for the model.
Since _EpiEstim_ estimates $Rt$, the instantaneous $R$, we shall use the mean of the estimates over the time period, and the mean of the standard deviation, as parameters for a distribution from which to draw $R$ samples for the model.

```{r}
# get mean mean and sd over time
Expand Down

0 comments on commit c2e02ea

Please sign in to comment.