Early Model-based Provisional Estimates Of Drug Overdose, Suicide, And Transportation-related Deaths
U.S. Department of Health & Human Services
@usgov.hhs_gov_early_model_based_provisional_estimates_of_dru_4c41ec72
U.S. Department of Health & Human Services
@usgov.hhs_gov_early_model_based_provisional_estimates_of_dru_4c41ec72
This dataset provides model-based provisional estimates of the weekly numbers of drug overdose, suicide, and transportation-related deaths using “nowcasting” methods to account for the normal lag between the occurrence and reporting of these deaths. Estimates less than 10 are suppressed. These early model-based provisional estimates were generated using a multi-stage hierarchical Bayesian modeling process to generate smoothed estimates of the weekly numbers of death, accounting for reporting lags. These estimates are based on several assumptions about how the reporting lags have changed in recent months across different jurisdictions, and the resulting estimates differ from other sources of provisional mortality data. For now, these estimates should be considered highly uncertain until further evaluations can be done to determine the validity of these assumptions about timeliness. The true patterns in reporting lags will not be known until data are finalized, typically 11–12 months after the end of the calendar year. Importantly, these estimates are not a replacement for monthly provisional drug overdose death counts, or quarterly provisional mortality estimates. For more detail about the nowcasting methods and models, see:
Rossen LM, Hedegaard H, Warner M, Ahmad FB, Sutton PD. Early provisional estimates of drug overdose, suicide, and transportation-related deaths: Nowcasting methods to account for reporting lags. Vital Statistics Rapid Release; no 11. Hyattsville, MD: National Center for Health Statistics. February 2021. DOI: https://doi.org/10.15620/ cdc:101132
Organization: U.S. Department of Health & Human Services
Last updated: 2021-04-30T02:10:29.333326
Tags: deaths, drug-overdose, mortality, nchs, nowcasting, nvss, provisional, state, suicide, transport-accidents, united-states, vsrr, weekly
CREATE TABLE table_1 (
"week_ending_date" TIMESTAMP,
"state" VARCHAR,
"state_abbreviation" VARCHAR,
"median_number" DOUBLE,
"lower_bound" DOUBLE,
"upper_bound" DOUBLE,
"outcome" VARCHAR,
"mmwr_year" BIGINT,
"mmwr_week" BIGINT,
"rolling_4_week_mean" DOUBLE,
"rolling_4_week_lower" DOUBLE,
"rolling_4_week_upper" DOUBLE,
"analysisdate" TIMESTAMP
);Anyone who has the link will be able to view this.