You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This figure shows the distribution of average smoke exposure days by asthma status (J45 diagnosis), separated into three smoke types: light, medium, and heavy. Each subplot is a violin plot faceted by smoke type, comparing individuals with asthma (TRUE) and without asthma (FALSE).
426
+
427
+
**Key Observations from Violin Plots**
428
+
429
+
`avg_light`
430
+
431
+
- Both asthma and non-asthma groups are centered around \~0.2 average light smoke days.\
432
+
- The distributions are broad and overlapping, suggesting **no strong visual difference**.
433
+
434
+
`avg_medium`
435
+
436
+
- Both groups have a narrower range than light exposure, mostly between **0.1–0.3 days**.\
437
+
- There is **slightly more central density** in the asthma group around 0.2, but overall the distributions **still overlap substantially**.
438
+
439
+
`avg_heavy`
440
+
441
+
- This variable shows the **greatest skew**: most individuals have very low or zero average heavy smoke exposure.\
442
+
- However, there is a **small tail in the asthma group** suggesting **higher exposure in some individuals**.
443
+
421
444
### Bivariate Map Analysis: Asthma and Heavy Smoke Exposure
422
445
423
446
The code below producess a bivariate map for spatial analysis of asthma prevalence and heavy smoke exposure across ZIP codes in Oregon. Using hospital discharge data HCUP and NOAA's HMS smoke plume data, ZIP-level asthma rates were calculated and paired with the average number of heavy smoke days over the same time period.
@@ -501,16 +524,24 @@ final_plot
501
524
502
525
Each ZIP code is shaded based on the intersection of these two variables using a 3x3 quantile classification. The bivariate color scale in the legend shows increasing smoke exposure along the x-axis (red) and increasing asthma prevalence along the y-axis (blue):
503
526
504
-
Dark red areas: High smoke exposure, low asthma prevalence
527
+
`Dark red areas`: High smoke exposure, low asthma prevalence
505
528
506
-
Dark blue areas: High asthma prevalence, low smoke exposure
529
+
`Dark blue areas`: High asthma prevalence, low smoke exposure
507
530
508
-
Dark purple areas: High asthma and high smoke — indicating areas with compounded health and environmental burdens
531
+
`Dark purple areas`: High asthma and high smoke — indicating areas with compounded health and environmental burdens
509
532
510
-
Light gray areas: Low on both dimensions
533
+
`Light gray areas`: Low on both dimensions
511
534
512
535
This bivariate map helps identify regions where environmental and health vulnerabilities intersect and can inform targeted public health responses.
513
536
537
+
We observe clusters of purple areas, particularly in southern and eastern Oregon — ZIPs that face both high smoke exposure and high asthma prevalence. In contrast, parts of the western coastal area are red — high smoke but low asthma, while parts of northeastern Oregon are blue — high asthma but lower smoke.
538
+
539
+
This can be explained by: Smoke from fires (especially in southwestern Oregon and northern California) is carried eastward/northeastward by prevailing winds.
540
+
541
+
As smoke moves inland, it encounters the Cascade Range, where it: Is forced to rise and spill over peaks, gets concentrated in valleys and downwind ZIP codes. This orographic uplift and channeling can increase heavy smoke exposure in ZIP codes east of the mountains, aligning with the purple zones in your bivariate map—areas with both heavy smoke exposure and high asthma prevalence.
542
+
543
+
**Public Health Relevance** This type of bivariate mapping can help prioritize resources for ZIP codes that are most vulnerable. For example, purple regions may benefit from both air quality interventions and respiratory health programs, while blue regions may warrant investigation into other asthma risk factors.
544
+
514
545
### Logistic Regression Analysis
515
546
516
547
Finally, we fit a logistic regression model to examine the relationship between asthma diagnoses and exposure to different levels of smoke density.
0 commit comments