load_prm: Load all baseline model parameters

View source: R/prms.R

load_prmR Documentation

Load all baseline model parameters

Description

Load all model parameters defined in a CSV file. This is an alternative (that may be more practical) to defining the full list of parameters in a R script. Parameters are related to the simulation (population size, time horizon, etc.), the epidemic (reproduction number, etc.) and wastewater (decay, delay, etc.) The expected format of the CSV file consists of three columns named name for the parameter name, value for the corresponding value and comment for a brief explanation of the parameter.

Usage

load_prm(path)

Arguments

path

String. Path to the model parameters.

Value

A list of all model parameters.

See Also

The function model_prm_example() provides a set of parameters ready to use. It is a helpful template from which to start customizing parameter values.


phac-nml-phrsd/wem documentation built on June 6, 2024, 11:06 p.m.