cols | R Documentation |
Output a vector of measure name from a measure score table according to the type and the measure group.
cols(
x = sasdata,
type = c("score", "denominator", "wt", "id"),
groups = NULL,
cutoff = 1L
)
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. |
A vector of measure names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.