Make a figure of the percent of locations with a better forecast with ww over time
Source:R/ms_fig4.R
make_fig4_pct_better_w_ww.Rd
Make a figure of the percent of locations with a better forecast with ww over time
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.- eval_hosp_data
The retrospective hospital admissions data for each state and for all dates, used to generate national hospital admissions
- days_to_show_prev_data
An ingeger indicating how many days before the last forecast date to show the data, default is
14