Description Usage Arguments Value References Examples
View source: R/Quant_Poolingfuns.R
This function calculates the ART needed by MP for a range of pool sizes (from 2 to a pool size specified).
1 |
v |
Numeric vector of the observations for calculating ecdf. For quantitative pooling
strategies, only CDF on the support of v < cutoff is needed; so |
N |
The number (vector length) of the observations. By default, |
max_K |
Maximum pool size that is considered. |
cutoff |
Cutoff value of quantitative assay that defines test positivity. By default,
|
quietly |
Logical value; whether print the results to screen or not. |
The function returns a matrix of two columns: The pool size from 2:max_K and the Average Tests Required by MPA given that pool size (MPA_ATR)
Liu T, Hogan JW, Daniels, MJ, Coetzer M, Xu Y, Bove G, et al. Improved HIV-1 Viral Load Monitoring Capacity Using Pooled Testing with Marker-Assisted Deconvolution. Journal of AIDS. 2017;75(5): 580-587.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.