Learn R Programming

nemsqar (version 1.0.0)

summarize_measure: Summarize Measure

Description

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

Usage

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

Value

Summarized information

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

Author

Samuel Kordik, BBA, BS

Details

Used throughout this package to calculate measure summaries.