Replies: 4 comments
-
Here are a few ideas for potential analyses. 1. PM₂.₅ and Disease BurdenWhat is it?Understanding how PM₂.₅ levels relate to respiratory and cardiovascular disease burden (e.g., DALYs). How to do it:
Why it matters:
2. PM₂.₅ Effects by SDI LevelWhat is it?Testing whether PM₂.₅ has stronger health effects in low-SDI countries. How to do it:
Why it matters:
3. Lag Effect AnalysisWhat is it?Evaluates whether past PM₂.₅ exposure is linked to current health burdens. How to do it:
Why it matters:
|
Beta Was this translation helpful? Give feedback.
-
Multiple and Panel Regression: PM2.5 Exposure and Disease BurdenMultiple Linear Regression (Cross-Country Comparison)We will run multiple linear regressions to test whether countries with higher average PM2.5 exposure from 2010 to 2019 tend to have higher disease burdens (DALYs) for each of the following diseases: Chronic respiratory disease Cardiovascular disease Stroke Each disease will have its own regression model. After running the models, we can compare the results across diseases to identify consistent patterns or notable differences. What we need: One row per country Mean PM2.5 exposure (2010–2019) Mean SDI (2010–2019) DALYs per disease (as rates, for consistency) What this might tell us: Whether countries with higher long-term exposure to PM2.5 tend to have higher disease burdens Whether development level (SDI) plays a role in reducing or explaining that burden Panel Regression (Over-Time Analysis Using Total DALYs)To go beyond cross-sectional averages, we will also use panel regression with total DALYs from all key causes (chronic respiratory, cardiovascular, and stroke) to examine how disease burden changes over time in response to changes in PM2.5 within each country. I just came across this type, and Panel regression is a technique used when analyzing data that tracks multiple entities (in this case, countries) across multiple time periods (years). It helps us explore how within-country changes such as increases or decreases in pollution relate to outcomes like disease burden. Instead of just comparing countries at one point in time, panel regression allows us to monitor what happens within each country across the period from 2010 to 2019. What we need: One row per country–year (e.g., Egypt–2010, Egypt–2011, etc.) Annual PM2.5 values Annual SDI values Annual total DALYs We will create a DALY_total column by summing the DALYs for chronic respiratory disease, cardiovascular disease, and stroke. What this tells us: Whether increases in pollution within a country over time are associated with increases in disease burden Whether development (SDI) and fixed country-specific traits influence that relationship A time-aware understanding of the link between pollution and health outcomes |
Beta Was this translation helpful? Give feedback.
-
COVID-19 Mortality and Long-Term PM2.5 Exposure Analysis We can run a simple multiple linear regression to test whether countries with higher average PM2.5 exposure from 2010 to 2019 experienced higher COVID-19 mortality. This method helps us examine if long-term air pollution is associated with worse COVID-19 outcomes at the country level. What we need: One row per country Mean PM2.5 exposure (2010–2019) Mean SDI (2010–2019) COVID-19 mortality (either total deaths or mortality rate) What this tells us: Whether countries with higher long-term PM2.5 levels also had higher COVID-19 deaths Whether socio-demographic development (SDI) explains or modifies this relationship Provides a broad overview of how air pollution and development level might have influenced COVID-19 impacts across different countries It’s a straightforward first step to explore the connection between long-term pollution exposure and COVID-19 mortality across diverse countries. Before running the regression, we can calculate Pearson correlation coefficients to see how strongly and in what direction: PM2.5 exposure relates to COVID-19 mortality SDI relates to COVID-19 mortality PM2.5 exposure relates to SDI This helps us understand if there is any linear association between variables and gives us an initial sense of the relationships we’ll test more formally with regression. |
Beta Was this translation helpful? Give feedback.
-
I am agreeing with most of what I am seeing here so far. So I will just make some additions.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
Let’s start throwing around ideas on how we can approach our research question:
How can we explore the relationship between PM₂.₅ levels and cardiovascular and respiratory disease burden?
Does this relationship look different across countries with different SDI levels? How can we test that?
What’s the best way to look at how long-term PM₂.₅ exposure might relate to COVID-19 mortality?
Let’s try to keep our ideas connected to the data we actually have, and be mindful of any assumptions or biases. It’s easy to fall into statistical traps, so let’s question our thinking along the way.
Drop your thoughts below, curious to hear everyone's take!
Beta Was this translation helpful? Give feedback.
All reactions