Skip to content

Commit eaf3c42

Browse files
authored
Update Supplement.Rmd (#76)
Drop the ridge plot showing model scores from supplement
1 parent 092430e commit eaf3c42

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

report/supplement/Supplement.Rmd

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,6 @@ table_metadata(scores) |>
4545

4646
\newpage
4747

48-
# Distribution of model scores
49-
50-
```{r scores-by-model, fig.cap=ridges_caption, fig.height=10, fig.width=14}
51-
ridges_caption <- paste0("Distribution of forecast scores for each contributing model. Each distribution shows the interquartile range and median (vertical line) of interval scores across forecasts made by each model, with lower interval score indicating better predictive accuracy. Each model forecast for a different combination of targets, with some models contributing very few forecasts, meaning that forecast scores are not directly comparable.")
52-
plot_ridges(scores, "Cases") +
53-
plot_ridges(scores, "Deaths") +
54-
plot_layout(nrow = 1)
55-
```
56-
57-
\newpage
58-
5948
# Trend identification
6049

6150
```{r trends,fig.cap="Trends (cases)", fig.height = 8, fig.width = 10}

0 commit comments

Comments
 (0)