diff --git a/vignettes/estimate_infections_workflow-results-1.png b/vignettes/estimate_infections_workflow-results-1.png index 6d5523e77..6ae795e8b 100644 Binary files a/vignettes/estimate_infections_workflow-results-1.png and b/vignettes/estimate_infections_workflow-results-1.png differ diff --git a/vignettes/estimate_infections_workflow.Rmd b/vignettes/estimate_infections_workflow.Rmd index 3933d1c78..d1167a8d5 100644 --- a/vignettes/estimate_infections_workflow.Rmd +++ b/vignettes/estimate_infections_workflow.Rmd @@ -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) ``` @@ -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) ```