narcan turns raw NCHS Multiple Cause of Death micro-data into drug- and opioid-overdose death counts and age-standardized rates, using the Injury Surveillance Workgroup (ISW7) ICD-9/ICD-10 definitions.
The canonical pipeline has four steps, each with a vignette:
Import the raw fixed-width file (
import_mcod_fwf) and collapse its multiple-cause fields (unite_records).Flag drug/opioid deaths (
flag_drug_deaths,flag_opioid_deaths,flag_opioid_types); seevignette("classifying-overdose-deaths").Denominators: join population counts with
add_pop_counts; seevignette("population-denominators").Rates: age-standardize with
add_std_popandcalc_stdrate_var; seevignette("age-standardized-rates").
Stratify by Hispanic origin (vignette("hispanic-origin")) or harmonize
geography (vignette("geography-fips")) as needed. New users should
start with vignette("getting-started").
Author
Maintainer: Mathew Kiang mathew.kiang@gmail.com
Authors:
Monica Alexander monicaalexander@berkeley.edu