Skip to content

Commit

Permalink
add details to rt_opts() description
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <[email protected]>
  • Loading branch information
avallecam and sbfnk authored Feb 2, 2024
1 parent 1162bc3 commit db09c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/create-forecast.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ plot(estimates)

By default, the short-term forecasts are created using the latest estimate of the reproduction number $R_t$. As this estimate is based on partial data, it has considerable uncertainty.

The reproduction number can be changed to an estimate based on more data using `rt_ops()`:
The reproduction number that is projected into the future can be changed to a less recent estimate based on more data using `rt_ops()`:

```{r, eval = FALSE}
rt_opts(future = "estimate")
Expand Down

0 comments on commit db09c58

Please sign in to comment.