Learn R Programming

icd (version 3.2.0)

icd9RandomShortN: Generate random short-form ICD-9 codes

Description

Quick pseudo-random by picking numeric, 'V' or 'E' based on modulo three of the number, with predominance of purely numeric codes.

Usage

icd9RandomShortN(n = 5L)

icd9RandomShortV(n = 5L)

icd9RandomShortE(n = 5L)

icd9RandomShort(n = 5L)

Arguments