Skip to content

Commit

Permalink
Update EpiNow2 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Feb 11, 2025
1 parent b41ba9d commit e63ed18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more information on *Rt* and its interpretation, see [this paper by the Roya
# This code takes the serial interval distribution of params$disease_name and
# uses it to approximate the disease's generation time
generation_time <- generation_time_opts(
dist_spec(pmf = density(si, at = si_x))
NonParametric(pmf = density(si, at = si_x))
)
```

Expand Down

0 comments on commit e63ed18

Please sign in to comment.