xsrecency
Package for incidence estimation via recency assays with single time-point cross-sectional data collection
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 19 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.9%) to scientific vocabulary
Keywords
Repository
Package for incidence estimation via recency assays with single time-point cross-sectional data collection
Basic Info
- Host: GitHub
- Owner: mbannick
- License: mit
- Language: R
- Default Branch: main
- Homepage: https://marlenabannick.com/XSRecency
- Size: 6.72 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
Cross-Sectional Incidence Estimation of HIV Using Recent Infection Testing Algorithms
Authors
Description
For background on cross-sectional incidence estimators, please see Gao and Bannick (2022).
Estimation of Cross-Sectional Incidence
This package provides functions to estimate cross-sectional incidence of HIV using recent infection testing algorithms (RITA). Available estimators are:
- Snapshot estimator (Kaplan and Brookmeyer 1999)
- Adjusted estimator (Kassanjee et al. 2012)
- Enhanced estimator (Bannick et al. 2023+)
Estimate Properties of Recent Infection Testing Algorithms
We include functions to interface with the CEPHIA Public Use Dataset (Grebe et al. 2021) which provides data on recent infection testing algorithms. The functions in this package use CEPHIA data to estimate properties of recent infection testing algorithms, like the mean duration of recent infection (MDRI). They are also crucial for the enhanced estimator, as the enhanced estimator requires an estimate of the entire test-recent function for a RITA (which is not typically available in the literature).
Simulate Data
We provide functions to simulate cross-sectional data samples based on different epidemiological dynamics. These are useful for demonstrating how to use cross-sectional incidence estimation techniques and checking the validity of estimators.
Installation
You can install the package with devtools:
{R}
require(devtools)
require(formula.tools)
require(zen4R)
require(geepack)
devtools::install_github("mbannick/XSRecency")
Or to download the package, you may clone the repository:
{R}
git clone https://github.com/mbannick/XSReceny.git
References
Related Publications
- Bannick, M. S., Donnell, D., Hayes, R., Laeyendecker, O., Gao F. (2023+). Enhanced Cross-Sectional HIV Incidence Estimators that Incorporate Prior HIV Test Results.
- Gao, F., & Bannick, M.S. (2022). Statistical considerations for cross-sectional HIV incidence estimation based on recency test. Statistics in Medicine. 41(8): 1446–1461. doi:10.1002/sim.9296
To reproduce the simulations in Bannick et al. 2023, please see this repository, which uses functions from this package.
To reproduce the simulations in Gao and Bannick (2022), please download a previous release (0.1.0) of this repository here.
Additional Materials
- Kaplan, E. H., & Brookmeyer, R. (1999). Snapshot Estimators of Recent HIV Incidence Rates. Operations Research. 47(1): 29–37. doi:10.1287/opre.47.1.29
- Kassanjee, R., McWalter, T. A., Bärnighausen, T., & Welte, A. (2012). A New General Biomarker-based Incidence Estimator. Epidemiology. 23(5): 721–728. doi:10.1097/EDE.0b013e3182576c07
- Grebe, E., et al. (2021). CEPHIA public use data (1.0) Data set. Zenodo. doi:10.5281/zenodo.4900634
Owner
- Name: Marlena Bannick
- Login: mbannick
- Kind: user
- Location: Seattle, WA
- Company: University of Washington
- Website: marlenabannick.com
- Twitter: BannickMarlena
- Repositories: 6
- Profile: https://github.com/mbannick
Biostatistics PhD Student at University of Washington
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Marlena
given-names: Bannick
- family-names: Fei
given-names: Gao
title: "XSRecency: cross-sectional incidence estimation of HIV using recent infection testing algorithms"
version: 0.2.0
doi: 10.5281/zenodo.8271621
date-released: 2023-08-21
url: "https://github.com/mbannick/XSRecency"
GitHub Events
Total
- Member event: 1
- Push event: 5
Last Year
- Member event: 1
- Push event: 5
Dependencies
- R >= 2.10 depends
- data.table * imports
- magrittr * imports
- stats * imports
- utils * imports