This function is a helper function specific to the current nested file structure specified by the functions that save the quantiles and scores for each of the model runs to disk. The function takes in the vectors of scenarios, forecast dates, and locations with output model runs, checks if they exist in the current file structure, and if they do loads them in and binds them together to create one large dataframe with all of the outputs row binded
Usage
combine_outputs(
output_type = c("quantiles", "scores", "ww_quantiles", "scores_quantiles",
"hosp_quantiles", "flags", "errors", "ww_data_flags"),
scenarios,
forecast_dates,
locations,
eval_output_subdir,
model_type
)
Arguments
- output_type
the type of output that is saved, one of
"quantiles"
,"scores"
,"ww_quantiles"
,"scores_quantiles"
,"hosp_quantiles"
,"errors"
,"ww_data_flags"
or"flags"
.- scenarios
The vector of character strings of all the scenarios
- forecast_dates
The vector of character strings of all the forecast dates
- locations
The vector of character strings of all the locations
- eval_output_subdir
The outer subdirectory of the nested file structure
- model_type
The type of model, either
"ww"
or"hosp"