Description Usage Arguments Value References Examples
View source: R/Quant_Poolingfuns.R
Convert ecdf_pool output to an ecdf
class
1 |
x |
Output object from the |
Output in the ecdf
class
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 | to_ecdf_class(ecdf_pool(c(0,1,2,4,4,4,4,5,0,9,87,12), cutoff = 8))
to_ecdf_class(ecdf_pool(round(runif(100, 0, 20)), cutoff = 18))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.