Query Zoltar for models to include in the analysis
Usage
select_hub_models(
min_submissions_per_model,
min_locations_per_submission,
forecast_dates,
locations,
project_name = "COVID-19 Forecasts",
excluded_models = c("COVIDhub_CDC-ensemble", "COVIDhub-trained_ensemble")
)Arguments
- min_submissions_per_model
Number of forecast dates with a submission for a model to be included in the analysis.
- min_locations_per_submission
Minimum number of included locations for a given submsission to count toward
min_submissions_per_model.- forecast_dates
vector of dates formatted in ISO8601 convention (YYYY-MM-DD) indicating the forecast dates for the analysis
- locations
vector of state abbreviations that we want to ensure the submitting teams have produced forecasts for.
- project_name
name of the Zoltar project, default is
"COVID-19 Forecasts".- excluded_models
Models to exclude even if they meet the other criteria. Defaults to
c("COVIDhub_CDC-ensemble", "COVIDhub-trained_ensemble")(Two non-individual models that are not the Hub ensemble or the Hub baseline).