View source: R/death_functions.R
death_130 | R Documentation |
Function to view the National Center for Health Statistics (NCHS) 130 Selected Causes of Infant 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_130_count
.
death_130()
To see the corresponding leading cause groups and 'levels' (i.e., the
hierarchy), check out ?rads.data::icd_nchs130causes_raw
&
?rads.data::icd_nchs130causes
.
A data.table with 130 rows and two columns: causeid (integers between 1 & 130, inclusive) and cause.of.death (human readable description).
This function does not take any arguments
rads.data::icd_nchs130causes_raw
https://www.cdc.gov/nchs/data/dvs/Part9InstructionManual2020-508.pdf, Table C. https://secureaccess.wa.gov/doh/chat/Content/FilesForDownload/CodeSetDefinitions/NCHS130CausesInfantDeath_Codes.pdf
# Save and view table as a data.table named 'blah'
blah <- death_130()
blah[]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.