Skip to contents

Calculates measure numerator, denominator, and proportions for a NEMSQA measure.

Usage

summarize_measure(data, measure_name, population_name, numerator_col, ...)

Arguments

data

a dataframe or tibble containing the filtered and calculated fields.

measure_name

A string containing the measure description.

population_name

A string containing the population description.

numerator_col

The tidyselect column containing the numerator.

...

(optional) additional arguments

Value

Summarized information

Details

Used throughout this package to calculate measure summaries.

Author

Samuel Kordik, BBA, BS