View source: R/qra_fit_convenience.R
get_candidate_models | R Documentation |
Get a list of candidate models with specified model designations
get_candidate_models(
submissions_root,
include_designations = c("primary", "secondary", "proposed"),
include_COVIDhub_ensemble = FALSE,
include_COVIDhub_baseline = TRUE
)
submissions_root |
path to the data-processed folder of the covid19-forecast-hub repository |
include_designations |
character vector of model designations to include: "primary", "secondary", "proposed", and/or "other" |
include_COVIDhub_ensemble |
logical: if TRUE, whether or not the
COVIDhub-ensemble model is included depends on whether it falls within one
of the specified |
include_COVIDhub_baseline |
logical: if TRUE, whether or not the
COVIDhub-baseline model is included depends on whether it falls within one
of the specified |
character vector of model abbreviations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.