access | R Documentation |
Read access population or transition arrays generated by JHEEM by dimension names
access( arr, age = NULL, race = NULL, subpopulation = NULL, sex = NULL, risk = NULL, non.hiv.subset = NULL, continuum = NULL, cd4 = NULL, hiv.subset = NULL, age.from = NULL, race.from = NULL, subpopulation.from = NULL, sex.from = NULL, risk.from = NULL, non.hiv.subset.from = NULL, continuum.from = NULL, cd4.from = NULL, hiv.subset.from = NULL, age.to = NULL, race.to = NULL, subpopulation.to = NULL, sex.to = NULL, risk.to = NULL, non.hiv.subset.to = NULL, continuum.to = NULL, cd4.to = NULL, hiv.subset.to = NULL, year = NULL, collapse.length.one.dimensions = T )
arr |
An array generated by a |
age, race, subpopulation, sex, risk, non.hiv.subset, continuum, cd4, hiv.subset, age.from, race.from, subpopulation.from, sex.from, risk.from, non.hiv.subset.from, continuum.from, cd4.from, hiv.subset.from, age.to, race.to, subpopulation.to, sex.to, risk.to, non.hiv.subset.to, continuum.to, cd4.to, hiv.subset.to |
For each possible array dimension, the values within that dimension (either numeric indices or character names) to subset |
collapse.length.one.dimensions |
If false, even if a dimension in the return value only has length one, it will be preserved in the return value. If true, length one dimensions are removed (as with normal array subsetting) |
Other functions to access JHEEM arrays:
access<-()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.