Skip to content

Commit

Permalink
load script
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 14, 2025
1 parent bae2c62 commit a251f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report/results.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ knitr::opts_chunk$set(eval = TRUE, echo = FALSE,
```{r, data-pipeline}
source(here("R", "prep-data.R"))
source(here("R", "descriptive.R"))
source(here("R", "model-plots.R"))
scores <- prep_data(scoring_scale = "log")
ensemble <- scores |>
filter(grepl("EuroCOVIDhub-ensemble", Model))
Expand Down

0 comments on commit a251f4c

Please sign in to comment.