ADI by County, 2022
1 Purpose of Study
This project aims to compare commonly used Social Determinants of Health (SDOH) indices and explore their association with health outcomes in Ohio’s counties and census tracts.
2 Methods
The indices used include (1) the 2022 Neighborhood Atlas Area Deprivation Index (ADI), (2) the 2020 CDC/ATSDR Social Vulnerability Index (SVI), and (3) the 2018 Ohio Opportunity Index (OOI). Selected health outcome indicators come from (1) the 2021 CDC PLACES data and (2) the 2021 OMAS Small Area Estimate Series.
All data visualizations and statistics referenced in this poster and document were created using the statistical package R and RStudio.
3 Discussion
Given the well known challenges Appalachia and Appalachians have faced for decades, of course the default expectation was that both social determinants of health, as measured by ADI and other indices, would paint Appalachia as most resource deprived, and because SDOH drive health, that health outcomes would be the worst for Appalachians too. There is a lot to unpack here but these are some things that struck me …
- Ohio’s most deprived census tracts (measured by the ADI) are not located in the most deprived counties. In particular, the most deprived counties in Ohio are located Appalachia while the most deprived census tracts are in cities and large metropolitan areas.
- The SDOHs measured by the ADI are highly correlated with adult health outcomes, but not as as much for child health outcomes. For example, …..
- Even within health outcomes, there is a good bit of variation. For example, the SDOHs measured by the ADI are more correlated with diabetes rates than with the prevalence of obesity. Ths is surprising to me since I expected a greater overlap between obesity and diabetes.
- It is also clear to me that because of significant within-county variation in deprivation, county-level estimates tend to wash out these nuances. Think about Franklin county … how varied are the census tracts? However, tract-level data are hard to come by on the health outcome side, and that forces analysts to use county-level data. I am convinced more than ever that we need to do a better job of getting at tract-level data if we really want to unpack how SDOH are linked to health.
4 Limitations
- Variation in census tract boundaries, when joining indices and health outcomes, resulted in roughly 18% data loss of tracts.
- Limited adult health outcomes data are available at the county- and tract-level in CDC PLACES. Tract-level data also suffer from substantial missingness. No child health outcome data are available in PLACES.
- County-level analyses attenuate variation that exists across tracts both in terms of SDOH and adult/child outcomes.
- Census tracts are not all equal, therefore even tract-level analysis isn’t taking into account the fact that some tracts will be more populous than others.
- More tract-level health outcomes data for adults and children would lead to more accurate analyses and hence, policies and programs.
5 Index Measures
5.1 Area Deprivation Index (ADI)
The Area Deprivation Index is based on a measure created by the Health Resources & Services Administration (HRSA) over three decades ago, and was refined, adapted, and validated to the Census block group neighborhood level by Amy Kind, MD, PhD and her research team at the University of Wisconsin-Madison. It allows for rankings of neighborhoods by socioeconomic disadvantage in a region of interest (e.g., at the state or national level).
The ADI is a composite measure of 17 census variables designed to describe socioeconomic disadvantage based on the four domains of income, education, household characteristics, and housing. It can be used to inform health delivery and policy, especially for the most disadvantaged neighborhood groups.
Domain | Census Variables |
---|---|
Education |
|
Income/Employment |
|
Housing |
|
Household Characteristics |
|
5.1.1 ADI by County
COUNTY | ADI |
---|---|
Scioto | 131.9304 |
Meigs | 130.3645 |
Pike | 128.2748 |
Adams | 125.7251 |
Ashtabula | 125.3152 |
Coshocton | 124.8854 |
Morgan | 124.7816 |
Vinton | 120.8092 |
Mahoning | 120.5733 |
Jefferson | 120.2479 |
Trumbull | 120.1964 |
Jackson | 119.5455 |
Harrison | 119.0267 |
Guernsey | 118.9697 |
Monroe | 118.7387 |
5.1.2 ADI by Census Tract
COUNTY | ADI |
---|---|
Lucas | 174.6392 |
Cuyahoga | 171.6284 |
Hamilton | 170.8793 |
Cuyahoga | 170.0033 |
Cuyahoga | 168.2760 |
Mahoning | 164.3199 |
Hamilton | 161.3625 |
Cuyahoga | 160.7161 |
Hamilton | 160.2420 |
Stark | 159.2998 |
Hamilton | 158.3423 |
Lorain | 157.4967 |
Lucas | 157.4605 |
Franklin | 156.9975 |
Cuyahoga | 156.7205 |
5.3 Ohio Opportunity Index (OOI)
The Ohio Opportunity Index (OOI) compiles over 34 variables measuring neighborhood conditions and opportunities, known to be associated with health and well-being, from a variety of domains into a single index score. This index score represents the degree of opportunity available at the Census tract level across Ohio (higher values means more opportunity) and can be used to assess overall neighborhood conditions, target interventions, and adjust evaluations for neighborhood-level risk. It can also be used to learn what types of factors are driving opportunity in specific Census tracts.
The OOI variables comprise seven key domains:
- Transportation
- Education
- Employment
- Housing
- Health
- Access
- Crime
Within each domain, several variables that met validity criteria and were available to cover the entire state at a census tract level were identified. To standardize these variables they were converted into a z-score and some z-scores were reversed in order to make positive and negative values comparable across indicators. Variable z-scores were combined using an unweighted mean and then domain scores were re-standardized to have a mean of zero and a standard deviation of one. For each domain a high score indicates a positive outcome and a low score indicates a negative outcome.
The overall Opportunity Index Score was created by using factor analysis methods to weight the contribution of each domain. Regression methods were used to validate the OOI by testing the association between the OOI domain scores and five health outcomes:
- Pre-term birth
- Child severe mental illness
- Youth asthma
- Life expectancy
- All-cause age-adjusted mortality
6 Comparing Indices to Each Other, County Level
6.1 ADI & SVI
Spearman's rank correlation rho
data: index_cty_clean$pct_rank_adi and index_cty_clean$pct_rank_rpl_themes
S = 29536, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.7399153
7 Comparing Indices to Each Other, Tract Level
7.1 ADI & SVI
Spearman's rank correlation rho
data: index_tract20_clean$pct_rank_adi and index_tract20_clean$pct_rank_rpl_themes
S = 821661104, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.8422707
7.2 ADI & OOI
Spearman's rank correlation rho
data: index_tract18_clean$pct_rank_adi and index_tract18_clean$pct_rank_oi_18
S = 5205383722, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
-0.7688098
7.3 SVI & OOI
Spearman’s rank correlation rho
data: index_tract18_clean\(pct_rank_rpl_themes and index_tract18_clean\)pct_rank_oi_18 S = 4950123424, p-value < 2.2e-16 alternative hypothesis: true rho is not equal to 0 sample estimates: rho -0.6820713
8 Comparing Indices to Health Outcomes, County Level
8.1 ADI & PLACES Adult Health Outcomes, County Level
8.1.1 ADI & Adult Diabetes, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_diabetes
S = 11364, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.8999357
8.1.2 ADI & Adult Obesity, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_obesity
S = 48983, p-value = 7.471e-09
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.5686731
8.2 ADI & OMAS Adult Outcomes, County Level
8.2.1 ADI & Adults who Delayed or Avoided Health Care, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_delayed_health_care
S = 81287, p-value = 0.007282
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.2842204
8.2.2 ADI & Adults with a Disability, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_disability
S = 59862, p-value = 3.283e-06
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.4728816
8.2.3 ADI & Adults who Currently Smoke, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_currently_smoke
S = 28392, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.7499934
8.3 ADI & OMAS Child Outcomes (ACEs), County Level
8.3.1 ADI & Children with a Parent who Spent Time in Jail, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_parent_jail
S = 84026, p-value = 0.01439
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.2601034
8.3.2 ADI & Children who Lived with a Person who was Mentally Ill, Suicidal, and/or Severely Depressed, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_parent_mentally_ill
S = 101483, p-value = 0.3239
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.1063803
8.3.3 ADI & Children who Lived with a Person who had a Problem with Alcohol or Drugs, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_adi and index_outcomes_cty$pct_rank_parent_alcohol_drugs
S = 87074, p-value = 0.02873
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.2332597
8.4 SVI & PLACES Adult Health Outcomes, County Level
8.4.1 SVI & Adult Diabetes, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_rpl_themes and index_outcomes_cty$pct_rank_diabetes
S = 16322, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.8562732
8.4.2 SVI & Adult Obesity, County Level
Spearman's rank correlation rho
data: index_outcomes_cty$pct_rank_rpl_themes and index_outcomes_cty$pct_rank_obesity
S = 66093, p-value = 5.07e-05
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.4180094
9 Comparing Indices to Health Outcomes, Tract Level
9.1 ADI & PLACES Adult Health Outcomes, Tract Level
9.1.1 ADI & Adult Diabetes, Tract Level
Spearman's rank correlation rho
data: index_outcomes20_tract$pct_rank_adi and index_outcomes20_tract$pct_rank_diabetes
S = 667806716, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.7730767
9.1.2 ADI & Adult Obesity, Tract Level
Spearman's rank correlation rho
data: index_outcomes20_tract$pct_rank_adi and index_outcomes20_tract$pct_rank_obesity
S = 850523154, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.7109889
9.2 SVI & PLACES Adult Health Outcomes, Tract Level
9.2.1 SVI & Adult Diabetes, Tract Level
Spearman's rank correlation rho
data: index_outcomes20_tract$pct_rank_rpl_themes and index_outcomes20_tract$pct_rank_diabetes
S = 797265840, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.7290859
9.2.2 SVI & Adult Obesity, Tract Level
Spearman's rank correlation rho
data: index_outcomes20_tract$pct_rank_rpl_themes and index_outcomes20_tract$pct_rank_obesity
S = 1190875701, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
0.5953358
9.3 OOI & PLACES Adult Health Outcomes, Tract Level
9.3.1 OOI & Adult Diabetes, Tract Level
Spearman's rank correlation rho
data: index_outcomes18_tract$pct_rank_oi_18 and index_outcomes18_tract$pct_rank_diabetes
S = 4983708795, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
-0.6934837
9.3.2 OOI & Adult Obesity, Tract Level
Spearman's rank correlation rho
data: index_outcomes18_tract$pct_rank_oi_18 and index_outcomes18_tract$pct_rank_obesity
S = 4.749e+09, p-value < 2.2e-16
alternative hypothesis: true rho is not equal to 0
sample estimates:
rho
-0.6137198
10 Individual County ADI Maps, by Census Tract
10.1 Metropolitan Counties
10.1.1 Franklin County ADI, by Census Tract
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
45.83 80.17 96.39 96.77 113.86 157.00 1
10.1.2 Lucas County ADI, by Census Tract
Min. 1st Qu. Median Mean 3rd Qu. Max.
61.15 92.47 105.61 107.67 124.01 174.64
10.1.3 Cuyahoga County ADI, by Census Tract
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
42.21 86.07 102.24 104.90 124.48 171.63 6
10.1.4 Hamilton County ADI, by Census Tract
Min. 1st Qu. Median Mean 3rd Qu. Max.
33.85 83.50 96.08 98.21 114.53 170.88
10.2 Appalachian Counties
10.2.1 Scioto County ADI, by Census Tract
Min. 1st Qu. Median Mean 3rd Qu. Max.
91.65 102.46 107.61 111.79 124.14 142.32
11 Bivariate Maps
11.0.1 ADI & Adult Diabetes, by County
11.0.2 Adult Diabetes & Obesity, by County
11.0.3 ADI & Children with a Parent who Spent Time in Jail, by County
11.0.4 ADI & Children who Lived with a Person who was Mentally Ill, Suicidal, and/or Severely Depressed, by County
11.0.5 ADI & Children who Lived with a Person who had a Problem with Alcohol or Drugs, by County
11.0.6 ADI & Adult Diabetes, by Census Tract
Citation
@online{level2024,
author = {Level, Shelby},
title = {A {Comparative} {Analysis} of the {Social} {Determinants} of
{Health} in {Ohio’s} {Counties} and {Census} {Tracts}},
date = {2024-02-21},
url = {https://shelbylevel.org/myprojects/researchposter},
langid = {en}
}
5.2 Social Vulnerability Index (SVI)
The Social Vulnerability Index indicates the relative vulnerability of every U.S. Census tract and was created to help public health officials and emergency response planners identify and map the communities that will most likely need support before, during, and after a hazardous event.
The SVI ranks census tracts on 16 social factors, including unemployment, racial and ethnic minority status, and disability, and further groups them into four related themes. Thus, each tract receives a ranking for each Census variable and for each of the four themes as well as an overall ranking.
Below 150% Poverty
Unemployed
Housing Cost Burden
No High School Diploma
No Health Insurance
5.2.1 SVI by County
5.2.2 SVI by Census Tract