hiv_SI | R Documentation |
These are the five models considered in the hivtutorial()
interactive
shiny app. They all conform to the requirements for deSolve::ode()
function arguments.
hiv_SI(t, y, parms)
hiv_SIhet(t, y, parms)
hiv_SI4(t, y, parms)
hiv_SI4control(t, y, parms)
hiv_SI4react(t, y, parms)
hiv_SI
: a susceptible-infectious model, with no other processes
hiv_SIhet
: hiv_SI
, but with less transmission as more of the
population is infectious, representing higher-risk people being infected
first
hiv_SI4
: hiv_SIhet
, but with the infectious compartment represented
a boxcar
hiv_SI4control
: hiv_SI4
, but introducing a control program
hiv_SI4react
: hiv_SI4
, but with individuals reacting to AIDS deaths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.