Skip to content

Commit

Permalink
reduce uncertainty
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 23, 2023
1 parent 3cf69f6 commit fe3d17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ If data was not available we could instead make an informed estimate of the like
```{r}
reporting_delay <- dist_spec(
mean = convert_to_logmean(2, 1),
mean_sd = 1,
mean_sd = 0.1,
sd = convert_to_logsd(2, 1),
sd_sd = 1,
sd_sd = 0.1,
max = 10,
dist = "lognormal"
)
Expand Down

0 comments on commit fe3d17a

Please sign in to comment.