ProgramDataGuidance.md

Guidance on program data

This should be data sourced from national testing programs (both public and private sectors testing should be included). The number of HIV tests should refer to the number of tests whose results were provided back to clients (column "tot"). If the same person is tested twice during the year, it should be counted as contributing two tests.

Among the total number of tests, the number of tests that are found to be HIV positive should be entered in the column "totpos" (count a person as testing positive once even if up to 3 different assays are performed to confirm an HIV-positive diagnosis according to the national testing algorithm). For each year provide either sex aggregated data (1 row with both sex combined; sex = "both") or sex disaggregated data (2 rows with sex="male" and sex="female", respectively). This should be for age-group 15-99 only.

This needs to be a data-frame with the following columns. If these columns names are wrong the model will either not run, or the results will not be accurate.

 pjnz <- "~/path/to/yourfile.PJNZ"
 country <- read_country(pjnz)


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