| dxDat {touch} | R Documentation |
Sample Data of Diagnosis Code
Description
A data frame of diagnosis code with variates named
drg and dx1, dx2, ..., dx10,
where
-
drg: drg code for comorbidity; -
dx1-dx10: icd-9 code for 10 diagnosises.
Usage
data(dxDat)
Format
A data frame with 1000 rows and 11 variables.
Examples
data(dxDat)
drg <- dxDat$drg
icd <- dxDat[, - 1L]
[Package touch version 0.1-6 Index]