View source: R/get_charlson_index_scores.R
| get_charlson_index_scores | R Documentation |
Retrieve a copy of internal lookup tables of index scores used in assessing Charlson comorbidities.
get_charlson_index_scores()
A data.frame with the following columns:
condition: Character vector of the conditions
index: Character vector indicating if the score is for the mortality or the readmission index score
charlson_<variant>: the index scores for the variant
get_charlson_codes() for a lookup table of the ICD codes mapping to the
Charlson comorbidities.
comorbidities() for applying comorbidity algorithms to a data set.
head(get_charlson_index_scores())
str(get_charlson_index_scores())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.