View source: R/simulateMSM_population.R
simulate_msm_pop | R Documentation |
Simulate population of MSM in San Diego
simulate_msm_pop(
npop1,
npop2,
init_infect_pop2,
init.pop1.param = 300.9307,
act.rate.param = 0.22,
tx.init.prob.param
)
npop1 |
Initial number of individuals in population 1 (susceptibles + infected) |
npop2 |
Initial number of individuals in population 2 (susceptibles + infected) |
init_infect_pop2 |
Initial number of infected individuals in population 2 |
init.pop1.param |
Initial number of infected individuals in population 1. Fixed at 300.9307 (according the ECDC model) |
act.rate.param |
Act rate parameter fixed at 0.22 per day (81 acts per year) |
tx.init.prob.param |
Probability an MSM will initiated treatment per day when diagnosed with HIV. |
sim object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.