View source: R/death_functions.R
death_113 | R Documentation |
Function to view the National Center for Health Statistics (NCHS) 113 Selected Causes of Death (COD) causeids.
Generates a table with two columns, causeid
& cause.of.death
.
Use it to identify the causeids given as an argument in death_113_count
.
death_113()
There are actually 114 rows, with causeid 114 being the official
CDC version of causeid 95 (Residual)
, i.e., All other diseases
(Residual)
. Causeid 95 was intentionally changed to match the definition
used by WA DOH.
A data.table with 114 rows and two columns: causeid (integers between 1 & 114, inclusive) and cause.of.death (human readable description).
This function does not take any arguments
rads.data::icd_nchs113causes_raw
https://www.cdc.gov/nchs/data/dvs/Part9InstructionManual2020-508.pdf & https://secureaccess.wa.gov/doh/chat/Content/FilesForDownload/CodeSetDefinitions/NCHS113CausesOfDeath.pdf
# Save and view table as a data.table named 'blah'
blah <- death_113()
blah[]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.