Skip to contents

Make figure that stratifies across location and forecast dates

Usage

make_fig4_rel_crps_overall(
  scores,
  horizons_to_show = c("nowcast", "1 wk", "4 wks", "overall"),
  fig_file_dir = NULL,
  write_files = FALSE
)

Arguments

scores

A tibble of scores by location, forecast date, date and model, containing the outputs of scoringutils::score() on samples plus metadata transformed into a tibble.

horizons_to_show

A vector of strings indicating the names of the horizon that we want to show on the plot, must be a subset of nowcast, 1 wk, 2 wks,3 wks, 4 wks and overall

fig_file_dir

string indicating directory to save fig, default is NULL

write_files

boolean indicating whether or not to save file, default is FALSE

Value

A ggplot object containing plots of the distribution of relative CRPS scores across location and forecast dates