preproc.strip.dot: Dot stripper

Description Usage Arguments Value See Also Examples

View source: R/peprocessors.R

Description

ICD-codes have frequently . in them, e.g. M16.1. These need to be stripped for the code to work.

Usage

1
preproc.strip.dot(icd, icd_ver)

Arguments

icd

The ICD-codes to be stripped

icd_ver

Currently not used - this parameter is only for compatibility reasons as other preprocessing functions may require the knowledge of actual icd version.

Value

vector/matrix Codes that are stripped from any .

See Also

Other preprocessor functions: preproc.Swedich.ICD9; preproc.code.splitter

Examples

1
2
preproc.strip.dot(c("M16.1", "M161"))
preproc.strip.dot(matrix(c("M16.1", "M162", NA, "M16.9"), ncol=2, nrow=2))

gforge/comorbidities.icd10 documentation built on May 17, 2019, 2:12 a.m.