-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefine_models.R
More file actions
38 lines (36 loc) · 1.84 KB
/
define_models.R
File metadata and controls
38 lines (36 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Defining sets of models as used in the different other scripts.
# select which models to show in main plots:
models_gm <- list(main = c("epiforecasts-EpiExpert",
"epiforecasts-EpiNow2",
"FIAS_FZJ-Epi1Ger",
"ITWW-county_repro",
"LANL-GrowthRate",
"MIT_CovidAnalytics-DELPHI",
"KIT-time_series_baseline",
"KITCOVIDhub-median_ensemble"),
others = c("SDSC_ISG-TrendModel",
"Imperial-ensemble2",
"LeipzigIMISE-SECIR",
"UCLA-SuEIR",
"USC-SIkJalpha",
"KIT-extrapolation_baseline",
"KIT-baseline",
"KITCOVIDhub-inverse_wis_ensemble",
"KITCOVIDhub-mean_ensemble"))
models_pl <- list(main = c("epiforecasts-EpiExpert",
"epiforecasts-EpiNow2",
"ICM-agentModel",
"ITWW-county_repro",
"MIT_CovidAnalytics-DELPHI",
"MOCOS-agent1",
"KIT-time_series_baseline",
"KITCOVIDhub-median_ensemble"),
others = c("SDSC_ISG-TrendModel",
"Imperial-ensemble2",
"LANL-GrowthRate",
"MIMUW-StochSEIR",
"USC-SIkJalpha",
"KIT-extrapolation_baseline",
"KIT-baseline",
"KITCOVIDhub-inverse_wis_ensemble",
"KITCOVIDhub-mean_ensemble"))