euro-hub-ensemble

Predictive performance of multi-model ensemble forecasts of Covid-19 across European nations

DOI

Project guide

This repository provides code and data for analysing COVID-19 forecasts from the European COVID-19 Forecast Hub. It is associated with the paper, “Predictive performance of multi-model ensemble forecasts of Covid-19 across European nations” (Sherratt and others, 2023).

You can find here:

All feedback is very welcome - just open an Issue with your comments. We would especially appreciate thoughts on:


Workflow

A brief guide to the files in this repository:

Each folder has a README with a more detailed guide to its contents.

Code

All code is in R, tested in version 4.2.1.

The DESCRIPTION lists packages used in the project. They are all available on CRAN, except covidHubUtils, the package used to load observed data. Install this with:

remotes::install_github("reichlab/covidHubUtils")
R session info ``` > sessionInfo() R version 4.2.1 (2022-06-23 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22000) Matrix products: default locale: [1] LC_COLLATE=English_United Kingdom.utf8 [2] LC_CTYPE=English_United Kingdom.utf8 [3] LC_MONETARY=English_United Kingdom.utf8 [4] LC_NUMERIC=C [5] LC_TIME=English_United Kingdom.utf8 attached base packages: [1] stats graphics grDevices utils datasets [6] methods base loaded via a namespace (and not attached): [1] bookdown_0.29 digest_0.6.29 jsonlite_1.8.0 [4] magrittr_2.0.3 evaluate_0.16 rlang_1.0.4 [7] cli_3.3.0 renv_0.15.5 rstudioapi_0.13 [10] rmarkdown_2.14 tools_4.2.1 purrr_0.3.4 [13] xfun_0.32 yaml_2.3.5 fastmap_1.1.0 [16] compiler_4.2.1 htmltools_0.5.3 knitr_1.39 ```