Description Usage Arguments Examples
View source: R/cste_indicators.R
This function adds indicator (0,1) variables to emergency department or inpatient hospitalization claims data. For definitions, see: https://resources.cste.org/ICD-10-CM/Standardized
1 2 3 4 | cste_indicators(data, diag_codes=c("DIAG1", "DIAG2", "DIAG3", "DIAG4", "DIAG5", "DIAG6", "DIAG7", "DIAG8",
"DIAG9", "DIAG10", "DIAG11", "DIAG12", "DIAG13", "DIAG14", "DIAG15", "DIAG16",
"DIAG17", "DIAG18", "DIAG19", "DIAG20", "DIAG21", "DIAG22", "DIAG23", "DIAG24",
"DIAG25", "ECODE1", "ECODE2", "ECODE3","ECODE4", "ECODE5", "ECODE6"))
|
data |
The dataframe containing claims data. |
diag_codes |
A vector of quoted variable names representing the diagnosis codes in the data. Default is KIPRC's field names. |
1 | cste_indicators(ipdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.