This section describes the basic functions of the dynamic, compartmental HIV transmission model. For further details, see (Zang et al. 2020; Krebs et al. 2020).

\(~\)

2.0 Force of HIV infection

In this component, we estimate the Force of Infection (FoI), which is the rate at which susceptible individuals become infected in the population and is a function of many different parameters. A list of FoI parameters are provided in Table 2.1.

Table 2.1: Description of FoI parameters with their R names

R name Description
y Number of individuals in each compartment
no Number of opposite sexual partners for each compartment
uoC Condom use adjustment term for opposite sex
ns Number of same sexual partners for each compartment
usC Condom use adjustment term for same sex
e0 Assortative coefficient for heterosexual mixing between ethnic groups
eS Assortative coefficient for homosexual mixing between ethnic groups
sigmaFM Probability of transmission by F->M for 16 HIV+ states
sigmaMF Probability of transmission by M->F for 16 HIV+ states
sigmaM Probability of transmission by same sex for 16 HIV+ states
tau Probability of transmission by injection for 16 HIV+ states
eff.prep Percentage reduction in risk of infection for PrEP
d Number of injections
s Proportion of injections that are shared
eff.oat Percent reduction in # of shared injections reduced to OAT
cov.ssp Coverage of syringe services programs

Our model captures HIV transmission between susceptible and infected individuals via heterosexual contact, homosexual contact and needle-sharing. The effects of sexual mixing patterns (assortative and proportional partnership mixing) and sexual risk behavior (ie. condom use, number of partners) are also accounted for. Consistent with prior studies, we allowed men who have sex with men (MSM) to potentially have heterosexual contact with women. To calculate FoI, we determine a mixing matrix and calculate the mixing probability between subgroups. That is to say, the transmission between susceptible and infected individuals is represented as a matrix which considers the sufficient contact rate between members of susceptible compartments and members of infected compartments. Groups represent opposite sexes and are defined by race/ethnicity and sexual risk level (high or low). To avoid over-mixing between high- and low-risk populations (which may cause an overestimation of heterosexual transmission), the mixing probability between high-and low-risk individuals is restricted to 1% (proportionately) of partnerships formed.

\(~\)

2.1 Nonlinear Ordinary Differential Equations (ODE functions)

We constructed a system of nonlinear ordinary differential equations (ODEs) to capture movement between 19 base model states for each of the 42 population groups considered in our model (refer to figures in Introduction section) . The complete model is thus comprised of 798 equations (42 population groups 19 states). A list of ODE parameters are provided in Table 2.2.

\(~\)

Table 2.2: Description of ODE parameters and their R names

R name Description
ODE parameters for all groups
x a vector containing the number of individuals in each HIV state
lambda Sufficient contact rate between individuals
lambda.p Sufficient contact rate for individuals on PrEP
rho Entry rate (assume the same for all groups)
1/ws Average duration uninfected individuals in compartment S remain (as identified after screening)
1/wp Average duration uninfected individuals in compartment Sp remain on PrEP
mu_mat Maturation rates (age>65)
mo Mortality rates for 19 states
psi Screening rates for susceptible or infected
psi.p Screening rates for Iap (acute HIV on PrEP)
theta.ai Transition rate from acute states (Ia) to chronic state (CD4>=500; I1)
theta.ad Transition rate from acute states (Da) to chronic state (CD4>=500; D1)
phi Percent of infected of people receiving ART once diagnosed
v2,v3 symptom-based case finding rate for I2 and I3, respectively
alpha ART initiation rate for D1,D2, and D3
alpha.re ART re-initiation rate for O1,O2, and O3
theta.1 HIV disease progression rate for those not on ART, from I1/D1 to I2/D2
theta.2 HIV disease progression rate for those not on ART, from I2/D2 to I3/D3
theta.t transition probabilities for those on ART
theta.o ART dropout probability from states T1,T2,T3
eta PrEP entry rate
Additional ODE parameters for PWID
x.offoat a vector containing # of individuals off OAT
oat.e OAT entry rate
oat.q OAT dropout rate

\(~\)

Note that opioid agonist treatment (OAT) was only available to all PWID and MSM-PWID. As such, the model ODE equations are grouped for MSM and Heterosexual HIV risk groups (non-PWID), PWID and MSM-PWID receiving OAT, and PWID and MSM-PWID non receiving OAT; corresponding R scripts are ode.list, ode.list.OAT, and ode.list.offOAT respectively, found in LEMHIVpack and the R directory of the LEMHIVpack github repository.

\(~\)

References

Krebs, E., X. Zang, B. Enns, J. E. Min, C. N. Behrends, C. Del Rio, J. C. Dombrowski, et al. 2020. “The Impact of Localized Implementation: Determining the Cost-Effectiveness of Hiv Prevention and Care Interventions Across Six United States Cities.” Journal Article. AIDS 34 (3): 447–58. https://doi.org/10.1097/QAD.0000000000002455.

Zang, X., E. Krebs, J. E. Min, A. Pandya, B. D. L. Marshall, B. R. Schackman, C. N. Behrends, D. J. Feaster, B. Nosyk, and Localized HIV Modeling Study Group. 2020. “Development and Calibration of a Dynamic Hiv Transmission Model for 6 Us Cities.” Journal Article. Med Decis Making 40 (1): 3–16. https://doi.org/10.1177/0272989X19889356.