View source: R/simulateMSM_population.R
simulate_population | R Documentation |
Simulate population of MSM in San Diego
simulate_population(
npop1,
npop2,
init_infect_pop2,
init.pop1.param,
act.rate.param,
inf.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 |
act.rate.param |
Act rate parameter |
inf.prob.param |
Infection probability parameter |
sim object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.