to_ecdf_class: Convert ecdf_pool output to an 'ecdf' class

Description Usage Arguments Value References Examples

View source: R/Quant_Poolingfuns.R

Description

Convert ecdf_pool output to an ecdf class

Usage

1

Arguments

x

Output object from the ecdf_pool() function

Value

Output in the ecdf class

References

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.

Examples

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))

whitneysu/QuantitativePooledTesting documentation built on Feb. 2, 2021, 12:46 p.m.