set.tracked.transition.hiv.negative: Specify an HIV-negative transition to track

View source: R/transitions.R

set.tracked.transition.hiv.negativeR Documentation

Specify an HIV-negative transition to track

Description

Specify an HIV-negative transition to track

Usage

set.tracked.transition.hiv.negative(
  jheem,
  name,
  transition.dimension,
  from,
  to,
  keep.dimensions = c("age", "race", "subpopulation", "sex", "risk", "non.hiv.subset"),
  age = NULL,
  race = NULL,
  subpopulation = NULL,
  sex = NULL,
  risk = NULL,
  non.hiv.subset = NULL
)

Arguments

jheem

An object of jheem-class

name

The name by which to refer to this tracked transition

transition.dimension

The dimension to which this transition applies

from, to

The names of the to and from states within the transition dimension that define the transition

keep.dimensions

Which dimensions to keep in the tracked array (non-keep dimensions are marginalized out)

age, race, subpopulation, sex, risk, non.hiv.subset, cd4, continuum, hiv.subset

The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension


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