0.1 == .3/3
is a problem...
icd9ChildrenDecimal(icd9Decimal, invalidAction = c("ignore", "silent", "warn",
"stop"))
- ignore
no check for validity of ICD-9 code is made implicitly.
This is the fastest option. If the function call is explicitly to check
validity, e
%i9d%
,
icd9ExpandRangeDecimal
;
%i9mj%
; %i9s%
,
icd9ExpandRangeShort
;
icd9Children
,
icd9ChildrenShort
;
icd9CondenseShort
;
icd9CondenseToExplainShort
;
icd9ExpandMinor
,
icd9ExpandMinorE
,
icd9ExpandMinorNV
;
icd9PrecedingMinors
,
icd9SubsequentMinors
#icd9ChildrenDecimal("100.1")
#icd9ChildrenDecimal("2.34")
Run the code above in your browser using DataLab