From 0a8692bf4eaecccb4836cfc4153166cfb2f94711 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Wed, 29 Jan 2025 01:32:27 +0000 Subject: Update vignettes and create 'Get started' vignette --- vignettes/seq_bayes_post.Rmd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'vignettes/seq_bayes_post.Rmd') diff --git a/vignettes/seq_bayes_post.Rmd b/vignettes/seq_bayes_post.Rmd index 7c614ba..4a97874 100644 --- a/vignettes/seq_bayes_post.Rmd +++ b/vignettes/seq_bayes_post.Rmd @@ -19,10 +19,11 @@ library(Rnaught) ``` In the Sequential Bayes method, the probability distribution of R0 is updated -sequentially from one case count to the next, starting from a (discretized) uniform prior. By -default, the function `seq_bayes` returns the mean of the last updated posterior -distribution as its estimate of R0. However, by setting the parameter `post` to -`TRUE`, it is possible to return the final distribution itself: +sequentially from one case count to the next, starting from a (discretized) +uniform prior. By default, the function `seq_bayes()` returns the mean of the +last updated posterior distribution as its estimate of R0. However, by setting +the parameter `post` to `TRUE`, it is possible to return the final distribution +itself: ```{r} # Daily case counts. -- cgit v1.2.3