View source: R/population_growth.R
set.birth.proportions.hiv.positive | R Documentation |
Sets the proportions according to which new births from HIV-positive are distributed across the HIV-negative and HIV-positive populations
set.birth.proportions.hiv.positive( jheem, fraction.births.infected, proportions.for.uninfected.births, proportions.for.infected.births = NULL, time = -Inf )
jheem |
An object of |
fraction.births.infected |
An array that matches the HIV-positive population, indicating what fraction of offspring are born with HIV. Dimensions should be a subset of [age, race, subpopulation, sex, risk, continuum, cd4, hiv.subset] |
proportions.for.uninfected.births, proportions.for.infected.births |
Arrays of birth proportions for uninfected and infected offpring, typically created by calling |
time |
The time at which these proportions apply, if time-varying |
Other functions to specify birth proportions:
set.birth.proportions.hiv.negative()
,
set.birth.proportions.no.maternal.transmission()
,
set.immigration.proportions()
Other functions to specify births in the population:
create.birth.proportions.from.population()
,
create.birth.proportions.hiv.negative()
,
create.birth.proportions.hiv.positive.to.negative()
,
create.birth.proportions.hiv.positive.to.positive()
,
get.birth.proportions.to.hiv.negative.skeleton()
,
set.birth.proportions.hiv.negative()
,
set.birth.proportions.no.maternal.transmission()
,
set.fertility.hiv.negative()
,
set.fertility.hiv.positive()
,
set.fertility()
,
set.immigration.proportions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.