set.track.overall.mortality: Set whether the JHEEM should track general mortality

View source: R/tracking.R

set.track.overall.mortalityR Documentation

Set whether the JHEEM should track general mortality

Description

Set whether the JHEEM should track general mortality

Usage

set.track.overall.mortality(
  jheem,
  track.hiv.positive,
  track.hiv.negative,
  dimensions.overall.hiv.positive.mortality = c("age", "race", "subpopulation", "sex",
    "risk", "continuum", "cd4", "hiv.subset"),
  dimensions.overall.hiv.negative.mortality = c("age", "race", "subpopulation", "sex",
    "risk", "non.hiv.subset")
)

Arguments

jheem

An object of jheem-class

track.hiv.positive, track.hiv.negative

Boolean indicators for whether or not whether or not to track overall mortality for HIV-positive and HIV-negative

dimensions.overall.hiv.positive.mortality

The names of dimensions to keep when tracking hiv-positive mortality. Must be a subset of <'age','race','subpopulation','sex','risk','continuum','cd4','hiv.subset'>

dimensions.overall.hiv.negative.mortality

The names of dimensions to keep when tracking HIV-negative mortality. Must be a subset of <'age','race','subpopulation','sex','risk','non.hiv.subset'>

Details

Overall mortality, for HIV-positive, is the sum of HIV-specific mortality and non-HIV mortality

See Also

Other function to set up JHEEM mortality: set.track.hiv.specific.mortality(), set.track.mortality()


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