death_130: View the NCHS 130 Infant COD causeids

View source: R/death_functions.R

death_130R Documentation

View the NCHS 130 Infant COD causeids

Description

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.

Usage

death_130()

Details

To see the corresponding leading cause groups and 'levels' (i.e., the hierarchy), check out ?rads.data::icd_nchs130causes_raw & ?rads.data::icd_nchs130causes.

Value

A data.table with 130 rows and two columns: causeid (integers between 1 & 130, inclusive) and cause.of.death (human readable description).

Note

This function does not take any arguments

Source

rads.data::icd_nchs130causes_raw

References

https://www.cdc.gov/nchs/data/dvs/Part9InstructionManual2020-508.pdf, Table C. https://secureaccess.wa.gov/doh/chat/Content/FilesForDownload/CodeSetDefinitions/NCHS130CausesInfantDeath_Codes.pdf

Examples

# Save and view table as a data.table named 'blah'
blah <- death_130()
blah[]


PHSKC-APDE/rads documentation built on April 14, 2025, 10:47 a.m.