R/filepath_mapping.R
get_model_path.Rd
Get model path
get_model_path(model_type, stan_models_dir)
string specifying the model to be run, options are either 'hosp' for the hospital admissions only model or 'ww' for the site-level infection dynamics model using wastewater
directory where stan files are located
string indicating path to correct stan file
model_path <- get_model_path("hosp", system.file("stan", package = "cfaforecastrenewalww" ))