Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.56 KB

README.md

File metadata and controls

66 lines (47 loc) · 2.56 KB

AHRI R library

The ahri R library provides functions for estimating the HIV incidence rate with Africa Health Research Institute (AHRI) data. These functions can read in the AHRI datasets, write them to .Rda format, standardize and subset the data, impute the HIV infection events, and calculate unadjused or age-adjusted HIV incidence rates using a single or multiple imputation approach.

The wiki help pages serve as a short introduction to the ahri library. These can be found in the links below. The help files are organised as follows:

There are other sources of help:

  • The ahri package has help files and documentation. Type ?ahri to get to the help pages. For more information on a specific function, for example setFiles, type ?setFiles.

  • Please consult the issues page on this Github site for more information and for answers to questions someone before you may have already asked.

  • There is a Python version of this library that speads up the HIV incidence calculations.

Screen shots

Read and load the data, subset and create repeat-tester data.

demo1

Calculate the HIV incidence rate for women aged 15–24 years. Do 3 imputed datasets using the single-random point method.

demo2