calculate_no_response: Calculate CMAM performance indicators - non-response rate

View source: R/performance.R

calculate_no_responseR Documentation

Calculate CMAM performance indicators - non-response rate

Description

Calculate CMAM performance indicators - non-response rate

Usage

calculate_no_response(nr, exit)

Arguments

nr

Numeric value for total number of cases who did not respond to treatment

exit

Numeric value for total number of programme exits

Value

A proportion of non-responders of the total programme exits

Author(s)

Ernest Guevarra

Examples

calculate_no_response(nr = 10, exit = 50)


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