View source: R/death_functions.R
death_injury_matrix | R Documentation |
Function to view the ICD10 Death Injury Matrix (ICE: International Collaborative Effort on Injury Statistics) combinations of mechanism and intent available in rads.
Generates a table with two columns, mechanism
& intent
.
Use it to identify the combinations of mechanism
& intent
that
you want to use in death_injury_matrix_count
.
death_injury_matrix()
This function provides the terms used by the death/mortality function and may not be the same as those used with hospitalization functions.
A data.table with 88 rows and two columns: mechanism
& intent
.
This function does not take any arguments
rads.data::icd10_death_injury_matrix
https://www.cdc.gov/nchs/data/ice/icd10_transcode.pdf
# Save and view table as a data.table named 'blah'
blah <- death_injury_matrix()
print(blah)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.