cols: Measure Name Filter

colsR Documentation

Measure Name Filter

Description

Output a vector of measure name from a measure score table according to the type and the measure group.

Usage

cols(x = sasdata, type = c("score", "denominator", "wt", "id"),
  groups = NULL, cutoff = 1L)

Arguments

x

A measure score table.

type

"id","score", "denominator", or "wt".

groups

A vector of measure group.

cutoff

A integer. The measure is removed if there is less than the cutoff number of hospital reported.

Value

A vector of measure names.


huangrh/rstarating documentation built on March 28, 2022, 6:44 p.m.