set.tracked.transition.hiv.positive | R Documentation |
Specify an HIV-positive transition to track
set.tracked.transition.hiv.positive( jheem, name, transition.dimension, from = NULL, to = NULL, keep.dimensions = c("age", "race", "subpopulation", "sex", "risk", "continuum", "cd4", "hiv.subset"), age = NULL, race = NULL, subpopulation = NULL, sex = NULL, risk = NULL, continuum = NULL, cd4 = NULL, hiv.subset = NULL )
jheem |
An object of |
name |
The name by which to refer to this tracked transition |
transition.dimension |
The dimension to which this transition applies |
from |
The names of the to and from states within the transition dimension that define the transition |
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 |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
race |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
subpopulation |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
sex |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
risk |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
continuum |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
cd4 |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
hiv.subset |
The subset of the given dimensions for which to track transitions. If null, tracks the transitions across all values of the dimension |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.