|
| 1 | +--- |
| 2 | +title : Reproducible Research Case Study |
| 3 | +subtitle : Identifying Harmful Constituents in Particulate Matter Air Pollution |
| 4 | +author : Roger D. Peng, Associate Professor of Biostatistics |
| 5 | +job : Johns Hopkins Bloomberg School of Public Health |
| 6 | +logo : bloomberg_shield.png |
| 7 | +framework : io2012 # {io2012, html5slides, shower, dzslides, ...} |
| 8 | +highlighter : highlight.js # {highlight.js, prettify, highlight} |
| 9 | +hitheme : tomorrow # |
| 10 | +url: |
| 11 | + lib: ../../libraries |
| 12 | + assets: ../../assets |
| 13 | +widgets : [mathjax] # {mathjax, quiz, bootstrap} |
| 14 | +mode : selfcontained # {standalone, draft} |
| 15 | +--- |
| 16 | + |
| 17 | + |
| 18 | +## What Causes PM to be Toxic? |
| 19 | + |
| 20 | +- PM is composed of many different chemical elements |
| 21 | + |
| 22 | +- Some components of PM may be more harmful than others |
| 23 | + |
| 24 | +- Some sources of PM may be more dangerous than others |
| 25 | + |
| 26 | +- Identifying harmful chemical constituents may lead us to strategies |
| 27 | + for controlling sources of PM |
| 28 | + |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## NMMAPS |
| 33 | + |
| 34 | +- The National Morbidity, Mortality, and Air Pollution Study (NMMAPS) |
| 35 | + was a national study of the short-term health effects of ambient air |
| 36 | + pollution |
| 37 | + |
| 38 | +- Focused primarily on particulate matter ($PM_{10}$) and ozone ($O_3$) |
| 39 | + |
| 40 | +- Health outcomes included mortality from all causes and |
| 41 | + hospitalizations for cardiovascular and respiratory diseases |
| 42 | + |
| 43 | +- Key publications |
| 44 | + - http://www.ncbi.nlm.nih.gov/pubmed/11098531 |
| 45 | + - http://www.ncbi.nlm.nih.gov/pubmed/11354823 |
| 46 | + |
| 47 | +- Funded by the [Health Effects |
| 48 | + Institute](http://www.healtheffects.org) |
| 49 | + |
| 50 | + - Roger Peng currently serves on the Health Effects Institute Health |
| 51 | + Review Committee |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +## NMMAPS and Reproducibility |
| 56 | + |
| 57 | +- Data made available at the Internet-based Health and Air Pollution |
| 58 | + Surveillance System (<http://www.ihapss.jhsph.edu>) |
| 59 | + |
| 60 | +- Research results and software also available at iHAPSS |
| 61 | + |
| 62 | +- Many studies (over 67 published) have been conducted based on the |
| 63 | + public data <http://www.ncbi.nlm.nih.gov/pubmed/22475833> |
| 64 | + |
| 65 | +- Has served as an important test bed for methodological development |
| 66 | + |
| 67 | +--- |
| 68 | + |
| 69 | +## What Causes Particulate Matter to be Toxic? |
| 70 | + |
| 71 | +<img src="lippmann.png" width=1000 /> |
| 72 | + |
| 73 | + |
| 74 | +<http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1665439/> |
| 75 | + |
| 76 | +- Lippmann *et al.* found strong evidence that Ni modified the |
| 77 | + short-term effect of $PM_{10}$ across 60 US communities |
| 78 | + |
| 79 | +- No other PM chemical constituent seemed to have the same modifying |
| 80 | + effect |
| 81 | + |
| 82 | +- To simple to be true? |
| 83 | + |
| 84 | +--- |
| 85 | + |
| 86 | + |
| 87 | +## A Reanalysis of the Lippmann *et al.* Study |
| 88 | + |
| 89 | +<img src="dominici.png" width=1000 /> |
| 90 | + |
| 91 | +<http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2137127/> |
| 92 | + |
| 93 | +- Reexamine the data from NMMAPS and link with PM chemical constituent |
| 94 | + data |
| 95 | + |
| 96 | +- Are the findings sensitive to levels of Nickel in New York City? |
| 97 | + |
| 98 | +--- |
| 99 | + |
| 100 | +## Does Nickel Make PM Toxic? |
| 101 | + |
| 102 | +<img src="nickel-beta.png", height=400> |
| 103 | + |
| 104 | +- Long-term average nickel concentrations appear correlated with PM risk |
| 105 | + |
| 106 | +- There appear to be some outliers on the right-hand side (New York City) |
| 107 | + |
| 108 | +--- |
| 109 | + |
| 110 | +## Does Nickel Make PM Toxic? |
| 111 | + |
| 112 | +<img src="nickel-beta-lm.png", height=450> |
| 113 | + |
| 114 | +- Regression line statistically significant ($p < 0.01$) |
| 115 | + |
| 116 | +--- |
| 117 | + |
| 118 | +## Does Nickel Make PM Toxic? |
| 119 | + |
| 120 | +<img src="nickel-beta-lm-no-ny.png", height=450> |
| 121 | + |
| 122 | +- Adjusted regression line (blue) no longer statistically significant |
| 123 | +($p < 0.31$) |
| 124 | + |
| 125 | +--- |
| 126 | + |
| 127 | +## Does Nickel Make PM Toxic? |
| 128 | + |
| 129 | +<img src="ni-leaveout.png" height=500> |
| 130 | + |
| 131 | +--- |
| 132 | + |
| 133 | +## What Have We Learned? |
| 134 | + |
| 135 | +- New York does have very high levels of nickel and vanadium, much |
| 136 | + higher than any other US community |
| 137 | + |
| 138 | +- There is evidence of a positive relationship between Ni |
| 139 | + concentrations and $PM_{10}$ risk |
| 140 | + |
| 141 | +- The strength of this relationship is highly sensitive to the |
| 142 | + observations from New York City |
| 143 | + |
| 144 | +- Most of the information in the data is derived from just 3 observations |
| 145 | + |
| 146 | +--- |
| 147 | + |
| 148 | +## Lessons Learned |
| 149 | + |
| 150 | +- Reproducibility of NMMAPS allowed for a secondary analysis (and |
| 151 | + linking with PM chemical constituent data) investigating a novel |
| 152 | + hypothesis (Lippmann *et al.*) |
| 153 | + |
| 154 | +- Reproducibility also allowed for a critique of that new analysis |
| 155 | + and some additional new analysis (Dominici *et al.*) |
| 156 | + |
| 157 | +- Original hypothesis not necessarily invalidated, but evidence not as |
| 158 | + strong as originally suggested (more work should be done) |
| 159 | + |
| 160 | +- Reproducibility allows for the scientific discussion to occur in a |
| 161 | + timely and informed manner |
| 162 | + |
| 163 | +- This is how science works |
| 164 | + |
0 commit comments