Skip to content

Commit

Permalink
Update epiparameter use in R0 rmd chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmenTamayo committed Feb 9, 2024
1 parent 8368412 commit fe73f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ library(R0)
### Results

```{r rt-wrappers-prep}
mGT <- generation.time("empirical", si$d(si_x))
mGT <- generation.time("empirical", si$prob_dist$d(si_x))
# Helper function to get R0 outputs in a tidy format, compatible with pipelines
r0_quantiles <- function(Rt) {
Expand Down

0 comments on commit fe73f6b

Please sign in to comment.