calculate_rout: Estimate cases not in CMAM programme

View source: R/estimate_coverage.R

calculate_routR Documentation

Estimate cases not in CMAM programme

Description

Estimate cases not in CMAM programme

Usage

calculate_rout(cin, cout, rin, k = 3)

Arguments

cin

Cases in CMAM programme

cout

Cases not in CMAM programme

rin

Recovering cases in programme

k

Correction factor. Ratio of the mean length of an untreated episode to the mean length of a CMAM treatment episode

Value

Value of number of cases not in CMAM programme

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_rout(cin = 5, cout = 25, rin = 5, k = 3)


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