Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Abbott <s.e.abbott12@gmail.com>
  • Loading branch information
sbfnk and seabbs committed Oct 23, 2023
1 parent 40ee5e2 commit f594415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ reporting_delay <- estimate_delay(
)
```

If data was not available we could instead make an informed estimate of the likely delay. We choose a lognormal distribution with mean 2, standard deviation 1 (both with some uncertainty) and maximum 10. *This is just an example and unlikely to apply in any particular use case*.
If data was not available we could instead make an informed estimate of the likely delay. We choose a lognormal distribution with mean 2, standard deviation 1 (both with some uncertainty) and a maximum of 10. *This is just an example and unlikely to apply in any particular use case*.

```{r}
reporting_delay <- dist_spec(
Expand Down

0 comments on commit f594415

Please sign in to comment.