create_hts_param: Create HIV testing rates from parameter inputs

View source: R/create_hts_param.R

create_hts_paramR Documentation

Create HIV testing rates from parameter inputs

Description

Create HIV testing rates from parameter inputs

Usage

create_hts_param(theta, fp)

Details

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


mrc-ide/first90release documentation built on Nov. 22, 2024, 5:02 a.m.