NEWS


comorbidity 1.1.0 (2024-07-16)

comorbidity 1.0.7 (2023-05-01)

comorbidity 1.0.6

comorbidity 1.0.5 (2022-09-26)

comorbidity 1.0.4

comorbidity 1.0.3 (2022-07-12)

comorbidity 1.0.2 (2022-04-06)

comorbidity 1.0.1

comorbidity 1.0.0 (2022-01-17)

comorbidity 0.5.3 (2020-01-09)

comorbidity 0.5.2 (2019-10-20)

comorbidity 0.5.1 (2019-10-16)

comorbidity 0.5.0 (2019-08-20)

comorbidity 0.4.1 (2019-06-27)

comorbidity 0.4.0

BREAKING CHANGES

Modified the behaviour of the assign0 argument after further discussion with Anders Alexandersson in Issue #9: now there is no default, forcing the user to decide whether to apply a hierarchy of comorbidity codes or not. This will make the algorithm more transparent to the end user, allowing an informed choice. See ?comorbidity::comorbidity and vignette("comorbidityscores", package = "comorbidity") for further details on the hierarchy being applied.

comorbidity 0.3.0 (2019-03-22)

BREAKING CHANGES

comorbidity now returns two Elixhauser scores, one computed using the algorithm of van Walraven et al. (2009) and a second one computed using the AHRQ algorithm (Moore et al., 2017). Thanks to Yumiko Abe-Jones for feedback and the discussion regarding weighted Elixhauser scores.

More information can be found on the package vignette: vignette("comorbidityscores", package = "comorbidity").

comorbidity 0.2.1

comorbidity 0.2.0 (2018-10-08)

BREAKING CHANGES

The score argument from comorbidity has been split into score and icd. For instance, the command comorbidity(x = x, id = "id", code = "code", score = "charlson_icd10") has to be modified as r comorbidity(x = x, id = "id", code = "code", score = "charlson", icd = "icd10"). The default value of icd is icd10, for ICD-10 codes, and possible values are icd10 and icd9.

comorbidity 0.1.3

Bug fix:

comorbidity 0.1.2

comorbidity 0.1.1 (2018-03-30)

comorbidity 0.1.0 (2018-03-07)

comorbidity 0.0.3 (2018-01-08)

comorbidity 0.0.2

comorbidity 0.0.1