Skip to contents

Calculates and plots the estimated completeness of facility reporting for maternal deaths or stillbirths based on UN estimates and assumed community-to-institution ratios.

Usage

# S3 method for class 'cd_mortality_ratio'
plot(x, plot_type = c("mmr", "sbr"), lbr_mean = 0, ...)

Arguments

x

A cd_mortality_ratio object from completeness estimation.

plot_type

Either 'mmr' or 'sbr' indicating which metric to visualize.

lbr_mean

National average live birth completeness percentage (e.g., 80).

...

Additional arguments (not used).

Value

A ggplot object with ratio lines, labels, and reference points.