Skip to contents

Calculate CMAM performance indicators - death rate

Usage

calculate_dead(dead, exit)

Arguments

dead

Numeric value for total number of cases who died

exit

Numeric value for total number of programme exits

Value

A proportion of dead cases of the total programme exits

Author

Ernest Guevarra

Examples

calculate_dead(dead = 10, exit = 50)
#> [1] 0.2