Final Project: Plastic Chemical Facilities and Maternal Health Explorer

Author

Salem Yohannes and Megan Liu

Published

June 25, 2026

Introduction

This project seeks to investigate whether there is a relationship between plastic chemical production and maternal health outcomes in the United States.

Women in the US are at greater risk of experiencing adverse maternal health outcomes.[1] These disparate outcomes are a result of a variety of factors, including environmental exposures, systemic racism, inaccessibility to quality care, and policy inequities; and can persist regardless of protective factors such as socioeconomic status and education.[2] Exposure to chemicals involved in producing plastic is linked to maternal health effects such as decreased fertility, preterm birth, cesarean deliveries, and low birth weight.[3] These toxic chemicals can contaminate the environment during production, exposing communities near facilities to hazardous chemicals. Fenceline communities experience negative health outcomes from toxic exposures, including adverse maternal health impacts among women living in Louisiana’s Cancer Alley.[4]

Examining whether the presence of plastic chemical production facilities is related to adverse maternal health outcomes in communities may improve understanding of disparities and identify areas where policy interventions may be needed. To investigate this relationship, an interactive dashboard was created to explore chemical facilities and maternal health by state.

Data

Maternal health outcomes were downloaded from the CDC’s National Vital Statistics System, which provides a range of birth-related statistics based on data from birth certificates.[5] Data on fertility rate, preterm births, cesarean deliveries, and low birth weight were downloaded, as these four outcomes are associated with exposure to plastic chemicals. Key variables included year, state names, and incidence rates of the four outcomes. The maternal health data was joined by year and state into one data frame in R. Additional data frames were created to prepare for the three dashboard visualizations. Line graph maternal health data was filtered for 2014 to 2024 to show trends over a 10-year period, with a new column calculating national averages. Scatterplot and bivariate map data was filtered for 2023, to match when chemical facility data was last reported.

Chemical facility data was obtained from the most recent round of EPA Chemical Data Reporting in 2024, which contains information on chemical manufacturers and importers in the US.[6] Key variables included chemical names, chemical identification numbers, facility activity, and facility locations by state. The data was filtered to include 45 plastic chemicals (full list and chemical selection criteria linked here), the 50 states (territories were dropped), and manufacturing facilities (importing facilities, facilities under TSCA Confidential Business Information provisions, and missing values were dropped), resulting in 607 plastic chemical facilities included in the analysis.

The cleaned maternal health and chemical facility data were joined by state for the scatterplot. The combined data was then merged with state shapefiles using the {tigris} package for the bivariate choropleth map.

Shiny App: Plastic Chemical Facilities and Maternal Health Explorer

The Plastic Chemical Facilities and Maternal Health Explorer is an interactive dashboard that investigates the relationship between chemical facilities and maternal health. Users can select for a single maternal health outcome at a time (fertility rate, preterm birth, cesarean deliveries, or low birth weight), which then produces three visualizations for exploration. To contextualize maternal health in the US, the line graph first describes trends over time, and compares state-level maternal health data to the national average. Next, the scatterplot shows the relationship between the frequency of facilities and maternal health by state. Lastly, the map provides an interactive visualization of the geographic relationship between chemical facilities and maternal health.

Click here to open the interactive Shiny app

Interpretation

Key findings from the visualizations revealed state variation in both maternal health outcomes and the presence of chemical facilities. The line graph showed that while national maternal health trends remained relatively stable over time, individual states often deviated from the national average. Comparisons with the national average identified states that consistently performed above or below national trends across the time series.

States with higher counts of chemical facilities often appeared to have higher rates of adverse maternal health outcomes, but this pattern was not consistent across the US. Texas had the highest number of chemical facilities (182), and Louisiana had the second highest (114), with Louisiana consistently standing out with both a high amount of facilities and worse maternal health outcomes. Higher rates of adverse maternal health outcomes were commonly observed in central and southern states, across varying levels of chemical facility counts. These visualizations highlight states that experience compounded impacts of disproportionate exposure to chemical production facilities and adverse maternal health outcomes, which can help identify areas for further research, policy, and public health interventions.

Limitations

This project had a few limitations. The visualizations compared state-level data which was useful for higher level comparisons, but does not allow for a more granular analysis. County-level maternal health data would have provided more specific, community-level insights, however comprehensive maternal health outcome data was not available at the county-level.

The chemical facility data was also limited to a small amount of plastic production chemicals, rather than a comprehensive list of the thousands of chemicals involved in plastic production. It is likely that there are many other plastic chemical facilities that were not included in this exploration. A more in-depth literature review could result in a more comprehensive list of plastic chemical facilities being included in the analysis.

Overall, this dashboard was an exploratory analysis, so was able to identify states with higher counts of plastic chemical facilities and adverse maternal health rates, but did not establish association. With additional time and stronger data, future work could incorporate county-level geographical visualizations with a more comprehensive list of chemicals and facilities, as well as perform statistical association tests.

Conclusion

This investigation aims to provide users, especially public health stakeholders and policymakers, with an understanding of maternal health status in the US, and whether the presence of plastic chemical production facilities in communities has any connection to adverse maternal health outcomes. By comparing state trends to national averages over time, and identifying states that have greater exposures to plastic pollution and worse maternal health outcomes, users can easily identify areas that may be disproportionately impacted.

References

  1. Munira Gunja et al., Insights into the U.S. Maternal Mortality Crisis: An International Comparison (Commonwealth Fund, June 2024). https://doi.org/10.26099/cthn-st75
  2. Hailu, E. M., Maddali, S. R., Snowden, J. M., Carmichael, S. L., & Mujahid, M. S. (2022). Structural racism and adverse maternal health outcomes: A systematic review. Health & place, 78, 102923. https://doi.org/10.1016/j.healthplace.2022.102923
  3. Qian, Y., Shao, H., Ying, X., Huang, W., & Hua, Y. (2020). The endocrine disruption of prenatal phthalate exposure in mother and offspring. Frontiers in Public Health, 8, 366. https://doi.org/10.3389/fpubh.2020.00366
  4. Juhasz, A. (2026). “We’re dying here.” In Human Rights Watch. https://www.hrw.org/report/2024/01/25/were-dying-here/the-fight-for-life-in-a-louisiana-fossil-fuel-sacrifice-zone#5194
  5. NVSS - National Vital Statistics System Homepage. (n.d.). https://www.cdc.gov/nchs/nvss/index.htm
  6. Access CDR Data | US EPA. (2026, May 19). US EPA. https://www.epa.gov/chemical-data-reporting/access-cdr-data