Skip to content

Commit

Permalink
Automatic Vignette update (#881)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ee00409 commit 7703671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified vignettes/estimate_infections_workflow-results-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions vignettes/estimate_infections_workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ For example, if we think that 40% (with standard deviation 1%) of infections end


``` r
obs_scale <- list(mean = 0.4, sd = 0.01)
obs_scale <- Normal(mean = 0.4, sd = 0.01)
obs_opts(scale = obs_scale)
```

Expand All @@ -278,7 +278,7 @@ For example, if the user believes that at the very start of the data the reprodu


``` r
rt_prior <- list(mean = 2, sd = 1)
rt_prior <- LogNormal(mean = 2, sd = 1)
rt_opts(prior = rt_prior)
```

Expand Down

0 comments on commit 7703671

Please sign in to comment.