Skip to contents

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

Ernest Guevarra

Examples

calculate_no_response(nr = 10, exit = 50)
#> [1] 0.2