· 6 min read

Looking at opioid-related mortality, by race, 1979 to 2016

Two stacked panels from the published paper. The top plots opioid-related mortality per 100,000 from 1979 to 2015, with red circles for the white population and blue triangles for the black population, each with error bars and a fitted joinpoint line. The black rate is higher until about 2000, plateaus near 3.5 from 1999 to 2011, then rises to about 6.5. The white rate starts lower, crosses above in 2000 and climbs steeply to about 12 by 2015. The bottom panel is the black-to-white rate ratio, from about 0.6 in the 1980s up to a peak of 2.2 around 2010 and back down to 1.9.

Our paper (with Monica Alexander and Magali Barbieri) is out now (in published ahead-of-print form). Monica has a great, short Twitter thread on the findings so if you don’t want to read the whole thing, check that out. The publisher’s PDF is here.

After submitting our paper, the NCHS released the 2016 multiple cause of death files — so a couple months ago we were curious to see how (or if) our results would change when adding the 2016 data.

[NOTE (2/25/2019): Since this post, the 2017 data have also been released. I did a similar analysis comparing our original paper with the additional two years of data. See this post here or our Github repo.]

So before I get started, I should mention some important caveats:

  • Joinpoint models are great at describing linear trends in terms of segments and changepoints — this makes it really easy to understand, interpret, and explore a time series. However, they are not great at forecasting because your forecast is essentially a linear regression based on a small subset of your data (i.e., your most recent segment) with no other covariates.
  • I did not plot confidence intervals — but they exist. This last week has taught me an important lesson in emphasizing uncertainty and there is a lot of uncertainty in a joinpoint model. You need to account for uncertainty around any given line segment and you need to account for uncertainty in the location of your joinpoints. Since changing any single joinpoint will change (at least) two line segments, it’s not straightforward how to account for this when plotting. That said, I’m sure there is a way, but that’s probably for a different blog post.

Figure 1

Alright. So what did I do? I just took our 2015 results (the ones published in our paper) and projected the model out one year (to 2016). I then reran our entire pipeline to include the 2016 data. Now I’ll plot both lines next to each other: the 2015 model results are dashed and the 2016 model results are the solid line. Here is Figure 1, which plots the all opioid-related mortality rate, by race, for the black (blue) and white (red) populations from 1979 to 2016 (top) and the corresponding black/white rate ratio (bottom):

The same two panels as the paper's Figure 1, redrawn with one more year of data. Opioid-related mortality rate on top, from 1979 to 2016, red for the white population and blue for the black population, and the black-to-white rate ratio below. A second legend, Joinpoint Model Fit, gives a dashed line for the model fitted through 2015 and a solid line for the model refitted with 2016 added. The two fits are almost indistinguishable before 2013. In the final years they separate: for the black population the solid line turns up sharply to about 9.5 while the dashed projection reaches only 7.5, and the observed 2016 point is above both at about 10.3. The white lines diverge less, the solid ending near 15. In the ratio panel the two fits both peak at 2.2 around 2010 and decline, the solid ending slightly lower.

In terms of opioid mortality, 2016 was a bad year for both the black population (10.2 per 100,000) and the white population (14.9 per 100,000). The 2015 model under-predicted the observed 2016 rate by a nontrivial amount.

This is concerning because the 2015 model results were already quite high with annual percent increases of 16 (95% CI: 10, 23) for the black population and 15 (95% CI: 6, 25) for the white population. Compare this to the 2016 model, which had the black and white opioid mortality rates increasing at 28 (95% CI: 21, 34) and 18 (95% CI: 13, 24) percent year over year, respectively.

As the parallel increase in blacks and whites continues, the rate ratio is decreasing (in a bad way) slightly faster than the 2015 model indicated, but it’s close and unlikely to be statistically significant.

Figure 2

We’re going to skip Figure 2 because (as we can see above) joinpoint models are relatively robust in the early years if you’re just adding a small number of data points (relative to the total number of data points) at the end of your time series. All the code is available on our project Github if you feel inspired to generate the Figure 2 graph yourself.

Figure 3

Figure 3 breaks down the opioid mortality rate by the ICD-10 opioid type. Since the ICD-10 codes were not implemented until 1999, there are fewer years so our results will be more sensitive to adding data. As a reminder, these are not mutually exclusive categories so the rates will not add up to the overall rate. In addition, I removed methadone and unspecified opioid from this plot (even though they are in the published plot) because the models are largely the same.

Three stacked panels, labelled on the right as Heroin, Natural/Semi-natural and Synthetic, each plotting age-adjusted mortality rate from 1999 to 2016 with red for the white population and blue for the black population. Every panel shares a y-axis of 0 to about 7 and carries both the fit through 2015 as a dashed line and the fit including 2016 as a solid line. Heroin is flat near 0.8 for both groups until about 2010, then climbs to 5.6 for white and 4.5 for black. Natural and semi-natural rises steadily for the white population to about 4.9 and much more slowly for the black population to 2.7. Synthetic is flat and near zero until 2013, then rises almost vertically to about 7.0 for white and 5.5 for black — the steepest change in the figure, and the panel where the dashed 2015 fit falls furthest short of the solid one.

Again, it appears the 2015 model under-predicted in most cases. The exception is the white (red) and black (blue) heroin (top) mortality rates. For the black population, the model was right in line with the observed 2016 heroin mortality rate (4.5). However, the white heroin mortality rate in 2016 was 5.6 per 100,000 while the model predicted 6.5.

The most noteworthy thing here is that the synthetic opioid mortality rate appears to be growing even faster than our paper suggested. This is especially true for the black population which already had an obscenely high rate of growth in synthetic opioid mortality. In our paper, we estimate that the synthetic opioid mortality rate was increasing at 79% (95% CI: 50, 112) in the white population and 107% (95% CI: -15, 404) in the black population—noting the high uncertainty in both estimates but especially the black estimate.

In the 2016 model, the annual percent change of the synthetic opioid mortality rate in the white population is 88% (95% CI: 74, 102) and 128% (95% CI: 62, 222) in the black population.

Conclusion

Our substantive conclusions are robust to adding the 2016 data, and in fact may be strengthened by the additional data, which (1) increased the point estimate of the synthetic opioid mortality APC substantially and (2) increased the precision of the corresponding APC substantially.

Future Work

We’re continuing this work and looking at the interplay of geography and race in order to think about ways we can further investigate and potentially intervene in the epidemic at the subnational level. Check out our new Github repo, interactive results viewer, or better yet if you’re attending EPC 2018, check out Session 57!

All code for the re-analysis is up on our Github repo for this project.