From dc783bc25fb3fb88ebf9eeb9d3f8aa1357169d1f Mon Sep 17 00:00:00 2001 From: Andree Valle Campos Date: Wed, 19 Jun 2024 14:11:22 +0100 Subject: [PATCH] add chunk setup to prevent messages --- episodes/create-forecast.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/create-forecast.Rmd b/episodes/create-forecast.Rmd index 4e83e62f..7e85c7e6 100644 --- a/episodes/create-forecast.Rmd +++ b/episodes/create-forecast.Rmd @@ -298,7 +298,7 @@ The final key input is the delay distribution between the primary and secondary There are further function inputs to `estimate_secondary()` which can be specified, including adding an observation process, see `?EpiNow2::estimate_secondary` for detail on these options. To find the model fit between cases and deaths: -```{r} +```{r,warning=FALSE,message=FALSE} # Estimate from day 31 to day 60 of this data cases_to_estimate <- reported_cases_deaths %>% slice(31:60)