calculate_cf: Estimate case finding effectiveness

View source: R/estimate_coverage.R

calculate_cfR Documentation

Estimate case finding effectiveness

Description

Estimate case finding effectiveness

Usage

calculate_cf(cin, cout)

Arguments

cin

Cases in CMAM programme

cout

Cases not in CMAM programme

Value

Value of case finding effectiveness

Author(s)

Ernest Guevarra based on technical notes and equations by Mark Myatt

References

Safari Balegamire, Katja Siling, Jose Luis Alvarez Moran, Ernest Guevarra, Sophie Woodhead, Alison Norris, Lionella Fieschi, Paul Binns, and Mark Myatt (2015). A single coverage estimator for use in SQUEAC, SLEAC, and other CMAM coverage assessments. Field Exchange 49, March 2015. p81. <www.ennonline.net/fex/49/singlecoverage>

Examples

calculate_cf(cin = 5, cout = 20)


rapidsurveys/squeacr documentation built on April 26, 2024, 1:08 a.m.