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

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]