load_all_params: Load all parameters

Description Usage Arguments Value

View source: R/01_model_inputs_functions.R

Description

load_all_params loads all parameters for the SC-COSMO model with infectious detected states from multiple sources and creates a list.

Usage

1
2
3
4
5
load_all_params(
  l_params_init = load_params_init(),
  file.init = NULL,
  file.mort = NULL
)

Arguments

l_params_init

List with initial set of parameters

file.init

String with the location and name of the file with initial set of parameters.

file.mort

String with the location and name of the file with mortality data.

Value

A list of all parameters used for the decision model.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.