dxDat {touch} | R Documentation |
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.
data(dxDat)
A data frame with 1000 rows and 11 variables.
data(dxDat)
drg <- dxDat$drg
icd <- dxDat[, - 1L]