problems.all_events: Get all events

Description Usage Arguments Value

Description

Get all events

Usage

1
2
3
problems.all_events(df.disease, xml_disease_file, diseases, any = TRUE,
  where_icd9 = c("dp", paste0("ds", 1:9)), where_icd10 = "ecap",
  icd9.list = NULL, icd10.list = NULL)

Arguments

df.disease

data.frame containing the registry

xml_disease_file

xml file containing the disease definition

diseases

name of diseases of interest (must be contained in the xml file definition)

any

logical indicating whether to calculate the overall minimum (TRUE) or the separated by disease (FALSE)

where_icd9

character indicating where to find the information inside column field

where_icd10

character indicating where to find the information inside column field

icd9.list

vector with the ICD-9 codes should be considered

icd10.list

vector with the ICD-10 codes should be considered

Value

returns a data.frame with all events


mcomas/rnova documentation built on May 22, 2019, 3:17 p.m.