Skip to content

Commit

Permalink
Updating use of density function with epiparameter from $d to density()
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmenTamayo committed Feb 23, 2024
1 parent 85c2c23 commit 2b56ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ library(EpiNow2)

```{r rt-wrappers-prep}
generation_time <- generation_time_opts(
dist_spec(pmf = si$prob_dist$d(si_x))
dist_spec(pmf = density(si, at = si_x))
)
```

Expand Down

0 comments on commit 2b56ffb

Please sign in to comment.