set.birth.proportions.hiv.positive: Sets the proportions according to which new births from...

View source: R/population_growth.R

set.birth.proportions.hiv.positiveR Documentation

Sets the proportions according to which new births from HIV-positive are distributed across the HIV-negative and HIV-positive populations

Description

Sets the proportions according to which new births from HIV-positive are distributed across the HIV-negative and HIV-positive populations

Usage

set.birth.proportions.hiv.positive(
  jheem,
  fraction.births.infected,
  proportions.for.uninfected.births,
  proportions.for.infected.births = NULL,
  time = -Inf
)

Arguments

jheem

An object of jheem-class

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 create.birth.proportions.hiv.positive.to.negative or create.birth.proportions.hiv.positive.to.positive

time

The time at which these proportions apply, if time-varying

See Also

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()


tfojo1/jheem documentation built on Oct. 7, 2022, 1:24 p.m.