create_scenario_list: Parameters for agent-based model simulation

Description Usage Arguments Details Biological parameters Intervention parameters See Also

View source: R/params.R

Description

Sets the epidemic parameters for stochastic agent-based model simulated with run_abm.

Usage

1
create_scenario_list(scenarios_folder = "params/scenarios/")

Arguments

size_active_line

size observed active line of HIV patients - used to deduce the size of the catchment area

age.mean

mean age cohort patients

age.median

median age cohort patients

base.cd4

cd4 count at infection

di.cd4.aids

cd4 count AIDS

di.cd4.rate

daily death rate AIDS

base.tprob.male

baseline probability transmission male

base.tprob.feml

baseline probability transmission female

act.rate.early

daily rate sexual act in early phases of infection

act.rate.late

daily rate sexual act in later stages of infection

act.rate.cd4

threshold cd4 count value at which patients switch from early to later stages

tx.cd4.recrat.feml

daily increase in cd4 count after treatment initiation for females"

tx.cd4.recrat.male

daily increase in cd4 count after treatment initiation for males

tx.cd4.decrat.feml

daily decrease in cd4 count after treatment interruption for females

tx.cd4.decrat.male

daily decrease in cd4 count after treatment interruption for males

tx.vlsupp.time

time in weeks from treatment initiation to viral suppression

tx.vlsupp.level
vl.acute.topeak

time in weeks to peak viremia during acute infection

vl.acute.toset

time in weeks to viral set point following peak viremia

vl.acute.peak

Log 10 viral load at acute peak

vl.acute.setpoint

Log 10 viral load at set point

vl.aidsmax

Maximum log 10 viral load during AIDS

hiv.coverage

National annual testing coverage

tx.cd4.detect

Minimum cd4 count after which patients seek care at health facilities

tx.init.cd4.mean

Mean cd4 count at ART initiation

tx.init.cd4.sd

Standard deviation cd4 count at ART initiation

tx.coverage

ART coverage

tx.adhere.full

proportion of fully adherent patients

tx.adhere.part

Proportion of patients, among those that are not fully adherent, that take their treatment from time to time

lfu.prop

Annual proportion of patients being lost to follow-up

Details

: Load the different parameters used later on to simulate the different components of the agent-based model

Biological parameters

Parameters that are supposed to remain the same across the different scenarios, i.e. parameters over which the intervention has no impact. Parameters' values were found in the literature. They can be modified based on new evidence, or measurements.

Intervention parameters

Parameters that are impacted by the simulation, and whose value changes from one scenario to the other.

See Also

Use @param time.unit any time step [default = 7], and @param list_scenario specified in a 'yaml'. Run the parameterized model with run_abm


grlurton/ImpactSimul documentation built on March 8, 2021, 12:05 a.m.