Skip to contents

Get model path

Usage

get_model_path(model_type, stan_models_dir)

Arguments

model_type

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

stan_models_dir

directory where stan files are located

Value

string indicating path to correct stan file

Examples

model_path <- get_model_path("hosp", system.file("stan",
  package = "cfaforecastrenewalww"
))