View source: R/create_hts_param.R
create_hts_param | R Documentation |
Create HIV testing rates from parameter inputs
create_hts_param(theta, fp)
This function creates two arrays hts_rate
and diagn_rate
.
The hts_rate
array summarizes HIV testing rates for the HIV negative population stratified by:
HIV aggregated age groups (hAG: 1-9)
sex (1 = male; 2 = female)
testing history (1 = never tested; 2 = previously tested negative)
year
Array diagn_rate
summarizes HIV testing rates for the HIV positive population stratified by:
CD4 stage (hDS: 1-7)
HIV age group (hAG: 1-9)
sex (1 = male; 2 = female)
testing and treatment history (1 = never tested; 2 = previously tested negative; 3 = diagnosed, not treated; 4 = on ART)
year
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.