Skip to main content
  • Research article
  • Open access
  • Published:

Identifying and assessing the impact of key neighborhood-level determinants on geographic variation in stroke: a machine learning and multilevel modeling approach

Abstract

Background

Stroke is a chronic cardiovascular disease that puts major stresses on U.S. health and economy.

The prevalence of stroke exhibits a strong geographical pattern at the state-level, where a cluster of southern states with a substantially higher prevalence of stroke has been called the stroke belt of the nation. Despite this recognition, the extent to which key neighborhood characteristics affect stroke prevalence remains to be further clarified.

Methods

We generated a new neighborhood health data set at the census tract level on nearly 27,000 tracts by pooling information from multiple data sources including the CDC’s 500 Cities Project 2017 data release. We employed a two-stage modeling approach to understand how key neighborhood-level risk factors affect the neighborhood-level stroke prevalence in each state of the US. The first stage used a state-of-the-art Bayesian machine learning algorithm to identify key neighborhood-level determinants. The second stage applied a Bayesian multilevel modeling approach to describe how these key determinants explain the variability in stroke prevalence in each state.

Results

Neighborhoods with a larger proportion of older adults and non-Hispanic blacks were associated with neighborhoods with a higher prevalence of stroke. Higher median household income was linked to lower stroke prevalence. Ozone was found to be positively associated with stroke prevalence in 10 states, while negatively associated with stroke in five states. There was substantial variation in both the direction and magnitude of the associations between these four key factors with stroke prevalence across the states.

Conclusions

When used in a principled variable selection framework, high-performance machine learning can identify key factors of neighborhood-level prevalence of stroke from wide-ranging information in a data-driven way. The Bayesian multilevel modeling approach provides a detailed view of the impact of key factors across the states. The identified major factors and their effect mechanisms can potentially aid policy makers in developing area-based stroke prevention strategies.

Peer Review reports

Background

Stroke is the leading cause of death and disability-adjusted life years worldwide, including 795,000 new stroke cases and 142,142 stroke-related deaths in the United States in 2018 [1]. There is now considerable evidence for the risk factors of stroke at the individual level. For example, stroke has been found to be correlated with modifiable risk factors, like high blood pressure, obesity and elevated cholesterol level, and unhealthy behaviors like smoking and sedentary lifestyle [2,3,4]. The incidence and prevalence of stroke were also shown to be markedly higher among older adults, Blacks and those with low socioeconomic status [5].

More recently, a growing number of studies reported that neighborhood context was associated with stroke incidence and mortality after stroke [6,7,8,9,10,11,12,13,14,15]. However, relatively few studies [16,17,18,19,20] have examined such associations when both the potential risk factors and the outcome are at the neighborhood level. Of note, three studies characterized the neighborhood-level associations for focused research questions with predetermined predictors, e.g., racial disparities in Howard G et al. [16] and Pickle LW et al. [17], and the impact of fast food restaurants in Morgenstern LB et al. [18]

Three other studies sought to identify and rank important predictors for the neighborhood-level prevalence of cardiovascular diseases at the mean level [19, 21], and for different percentiles of the response distribution [20]. A detailed summary of the related articles and methods involved and study results appear in Table 1.

Table 1 Literature studying associations between the neighborhood risk factors and stroke at individual-level or neighborhood-level

No studies have examined the effect mechanisms of neighborhood level risk factors on stroke prevalence while accounting for the multilevel data structure of the neighborhood health data. As a direct consequence, there is a lack of understanding about to what extent the differences in stroke prevalence in the US states can be attributed to differences in key neighborhood-level characteristics.

To fill the research gaps, our study employed a two-stage modeling approach to understand how key neighborhood characteristics affect the geographic variation in stroke prevalence. The first stage focused on identifying key determinants of stroke prevalence at the neighborhood level using a novel and precise Bayesian machine learning algorithm. The second stage used a Bayesian multilevel modeling approach to evaluate the effects of the key determinants on stroke prevalence across 49 states in the US. The investigation would provide valuable guidance for developing area-based interventions focusing on key modifiable risk factors at the neighborhood level to reduce stroke prevalence in specifically targeted areas.

Methods

Data source

We integrated three data sources and created a large-scale neighborhood health data [19]. Census tract was used as a proxy of neighborhood. Data on the prevalence of health outcomes, prevention, and health behavior measures were drawn from the Centers for Disease Control and Prevention (CDC)’s 500 Cities Project 2017 data release [22]. Socio-demographic measures for the selected census tracts were from the 2011–2015 American Community Survey 5-Year Estimates [23, 24]. We obtained information on environmental exposures from the Environmental Protection Agency (EPA)’s Environmental Justice Screening (EJSCREEN) database [25].

The main outcome of the study was stroke prevalence measured at census tract level. We included 24 potential predictors of four types, sociodemographic information, prevention measures, unhealthy behaviors, and environmental measures, which are related to cardiovascular health [20]. Detailed descriptions of the variables, their data sources and distributions are shown in Table 2 and Fig. 1. Both the outcome and the predictors were measured at the neighborhood level. After excluding missing data on key variables, our final analytical dataset included 26,697 census tracts across 49 US states. The number of census tracts in a state varies from 11 to 5368 with a median value of 307.

Table 2 Distribution of 24 potential neighborhood-level predictors and prevalence of stroke across 500 cities
Fig. 1
figure 1

Boxplots of 24 potential neighborhood-level predictors and prevalence of stroke across 500 cities. Measures are in percentages for all variables except those marked with an asterisk, which are in absolute measurements

Statistical analysis

We identified key neighborhood-level determinants of and their impacts on the neighborhood-level stroke prevalence using a two-stage modeling approach. In the first stage, we used Bayesian machine learning to identify key factors. The second stage applied a multilevel Bayesian regression to evaluate the state-level effects on stroke prevalence of these key factors.

We first used an iterative approach to remove the minimum number of highly correlated predictor variables as redundant predictors for stable model performance [20, 26, 27]. Alternative feature selection methods may be used for other study settings such as imaging data [28, 29] or classification problems [30, 31]. We then implemented a permutation-based variable selection algorithm, BART-Machine, developed in Bleich et al. to identify major determinants for the neighborhood-level prevalence of stroke [32]. BART-Machine uses the infrastructure of the most influential generative probabilistic machine learning model, Bayesian Additive Regression Trees (BART) [33]. BART has been shown to have better predictive performance than many supervised machine learning methods, including random forests, boosted models and neural nets, in a variety of study settings [33, 34]. Details of the BART model have been described elsewhere [19, 35]. BART-Machine uses the variable inclusion proportions (VIPs), i.e., the proportion of times each variable is selected as a splitting rule divided by the total number of splitting rules in building the BART model, as the measure of variable importance. The variable selection procedure can be outlined as follows: i) Compute the VIP for each predictor from the BART model fitted to the observed data. ii) Permute the response variable and rebuild the model and compute the VIPs for all predictors, which we refer to as “null” VIPs. Repeat this process 100 times to create a null permutation distribution of the VIPs. iii) Include a predictor if its VIP from the observed data exceeds the 95% quantile of the distribution of the null VIPs.

The BART-Machine variable selection procedure can be implemented using the R package bartMachine. This permutation-based variable selection approach does not require any additional assumptions beyond those of the BART model. The sum-of-trees plus normal errors is a flexible assumption that performs well across a wide range of data settings, especially relative to methods that make stronger parametric demands [32]. A disadvantage of the BART permutation-based procedure is the computational cost associated with running BART models on multiple (e.g., 100) permutation sets. However, parallel computing on multiple cores can be used to speed up computation. Comparisons of the performance of BART-Machine versus other tree-based machine learning approaches, including random forests [36], [36] and boosting [37], have been described elsewhere and have shown that BART-Machine tends to identify the most parsimonious set of important predictors while maintaining high prediction accuracy [19].

To investigate the contribution of identified key determinants to the prevalence of stroke, we fitted a fully Bayesian multilevel linear regression model to all census tracts in the US. The model explicitly took into account that individual census tracts (first level) are clustered in the states (second level). This was accomplished by pooling information across clusters, which tends to improve estimates about each cluster. The improved estimation leads to several benefits, including improved estimates for repeat sampling caused by multiple observations arising from the same unit, improved estimates for imbalance in sampling, explicit modeling of variation among units or groups within the data, and avoiding averaging which can manufacture false confidence [38]. The multilevel model is specified as

$$ {y}_{ij}={\beta}_{0j}+{\beta}_{1j}{x}_{1 ij}+\dots +{\beta}_{kj}{x}_{kij}+{\epsilon}_{ij} $$
$$ {\boldsymbol{\beta}}_{\boldsymbol{j}}=\left[{\beta}_{0j},\dots, {\beta}_{kj}\right]^{\prime}\sim \mathrm{MVNormal}\left(\boldsymbol{\mu}, \boldsymbol{\Sigma} \right), $$

where yij is the prevalence of stroke for census tract i in state j, x1ij, …, xkij are k key determinants for census tract i in state j, and \( {\epsilon}_{ij}\sim N\left(0,{\sigma}_{\epsilon}^2\right) \) is the residual term assumed to normal. The parameters β1j,…, βkj, which respectively encode the effects of k key determinants, are allowed to vary across states and are assigned their own distributions. We have also allowed the intercept, β0, to vary across states in a similar manner. Let βj denote the vector of βj ’s. We assume βj ’s are realizations from a common, multivariate normal distribution, βj MVNormal(μ, Σ), where μ is a (k + 1) × 1 mean vector and Σ is a (k + 1) × (k + 1) covariance matrix.

For a fully Bayesian analysis, we place prior distributions on the parameters, for which we chose weakly-informative priors. We specify weakly informative priors as follows.

$$ \boldsymbol{\Sigma} =\boldsymbol{D}\left({\sigma}_{\beta}\right)\boldsymbol{RD}\left({\sigma}_{\beta}\right) $$
$$ \boldsymbol{R}\sim \mathrm{LKJCorr}(2) $$
$$ {\sigma}_l\sim \mathrm{Half}\ \mathrm{Cauchy}\left(0,1\right) $$
$$ {\sigma}_{\epsilon}\sim \mathrm{Half}\ \mathrm{Cauchy}\left(0,1\right) $$
$$ {\mu}_l\sim N\left(0,10\right),l=1,\dots, k+1, $$

where D(σβ) is a diagonal matrix with each diagonal element σl representing the standard deviation of βljl = 1, …, k + 1, on which we specified a Half Cauchy (0,1) prior distribution, and R is the corresponding correlation matrix for which we assigned a LKJ-Correlation prior with a shape parameter of 2 as recommended in McElreath [19]. We also used Half Cauchy (0,1) prior for σϵ and assumed a normal distribution for each mean of the βj ’s, μl, with large enough standard deviation to be noninformative.

We used R package brms to get full Bayesian statistical inference with Markov chain Monte Carlo (MCMC) sampling for our Bayesian multilevel model [39]. The brms package provides a flexible interface to fit Bayesian multilevel models using Stan, which is a state-of-the-art platform for statistical modeling and high-performance statistical computation [40]. We used Stan’s default no-U-turn sampler (NUTS), which is a highly efficient algorithm that avoids the random walk behavior and sensitivity to correlated parameters and allows faster convergence to high-dimensional target distributions [39, 41]. To ensure convergence of posterior distribution, we used four MCMC chains, each with 5000 iterations, of which the first 2000 iterations were warmup to calibrate the sampler, leading to a total of 12,000 posterior samples. The data analysis in this manuscript was conducted in 2020.

Results

We first identified and removed eight redundant variables. We then implemented BART-Machine to the remaining 16 variables and identified, for the prevalence of stroke at the neighborhood level, four most important predictors: the proportion of people who are older than 65, the proportion of non-Hispanic black, median household income and ambient ozone level. These four variables were selected as they all had proportion included above their corresponding thresholds, as shown in Fig. 2.

Fig. 2
figure 2

Visualization of the variable selection algorithm. The vertical lines are the threshold levels determined from the “null” distributions for Variable Inclusion Proportions computed from 100 permutated data. Variables passing this threshold are displayed as solid dots. Open dots correspond to variables that are not selected

We generated a ring map using the R software 3.6.2 in Fig. 3 to visualize the geographic variations in the prevalence of stroke and the four identified key determinants. The R codes can be found in the supplementary materials. Levels of these variables were categorized by tertiles. States with a high stroke prevalence were concentrated in the southern US. Ten out of 16 southern states had stroke prevalence ranked in the highest tertile. These ten states also tended to have low median household income and high proportion of non-Hispanic blacks. The northeast region appeared to have the lowest ozone level and youngest population, and the West has the highest median household income and the lowest prevalence of stroke. The proportion of older residents and non-Hispanic blacks is also higher overall in the South.

Fig. 3
figure 3

Ring map visualization of stroke prevalence and four major determinants for 50 states and the District of Columbia states. The median value of the measures of census tracts was used for each state. Low, Medium and High were categorized based on tertiles of the distribution of median values across the states. There were no ozone measures for Hawaii and Alaska. Ring map was created using the open source R software version 3.6.1. URL https://www.R-project.org/. The R codes are provided in the supplementary materials

Figure 4 summarizes the posterior distributions of the effects of the four key neighborhood characteristics obtained from our Bayesian multilevel model. First, overall, higher proportion of older inhabitants and larger share of non-Hispanic blacks were consistently associated with higher prevalence of stroke across the states. Medium household income was inversely associated with the prevalence of stroke. The ozone-stroke associations were found to be positive in 10 states, Connecticut, Florida, Illinois, Indiana, Michigan, Minnesota, Ohio, South Carolina, Tennessee and Texas. On the other hand, negative ozone-stroke associations were also found in California, Massachusetts, New Jersey, New York, Washington. Second, there appears to be substantial variation in the effect of each of four determinants across states with nonoverlapping credible intervals for some states. For example, the effect of median household income and advancing age were substantially stronger in Mississippi than in the District of Columbia (about 6 and 2 times larger effects, respectively, with nonoverlapping intervals.) The most pronounced effect of age structure was observed in Mississippi, and the effect of racial/ethnic composition was strongest in Georgia while smallest in Arizona.

Fig. 4
figure 4

Posterior mean of the state-specific effects of four key neighborhood-level determinants (solid dots) and corresponding 95% credible intervals (error bars). Effect estimates represent average changes in percent of stroke per 10% increase in AGE65_OVER or NON_HIS_BLACK, and per $100,000 increase in MED_INCOME and per 10 ppb increase in OZONE. Results are shown for 49 states as there are no ozone measures for Hawaii and Alaska. The states are presented in four regions of the U.S. Blue lines represent the effects averaged across all states, ignoring variability in the states and yielding tightness of uncertainty intervals

Discussion

The rise of machine learning techniques and algorithmic advances have enabled computer systems to carry out complex processes by learning from data, rather than following pre-programmed rules. The advent of the Big data era has stimulated novel approaches using machine learning techniques to generate relevant solutions -- faster and more accurately -- to impacting health. Machine learning has been used to predict healthcare outcomes including cost, utilization, and quality [42,43,44,45].

We leveraged a large-scale cardiovascular health dataset with information on unhealthy behaviors, prevention measures, sociodemographic status and environmental factors garnered from more than 20,000 census tracts in 500 US major cities. The key neighborhood-level determinants identified via the BART-Machine algorithm were in general in good agreement with known patient-level risk factors. Research from other studies also suggested a relationship between stroke and low neighborhood-level income [7, 9, 11,12,13,14,15, 19, 20], age [14, 15, 19, 20] and Hispanic blacks [8, 15,16,17, 19, 20].

We employed a Bayesian multilevel modeling approach to attribute the geographic variability in the prevalence of stroke to major determinants while recognizing the hierarchical structure of the data set. Multilevel modeling improves estimates about each state by allowing partial pooling and explicitly modeling of variations among census tracts and states, which is particularly beneficial in the presence of highly unequal sample size – ranging from 11 to 5368 – across the states [38, 46, 47]. By explicitly modeling the variability in stroke prevalence across the states, our results provided a high resolution of how the neighborhood-level prevalence of stroke was attributed to key neighborhood characteristics across different states. Comparison of the blue lines representing the average effects with the state-specific posterior means and intervals in Fig. 4 suggests that ignoring the variability would lead to biased characterization of these associations, which can be directional (ozone effects) or of significant magnitude (age, income or non-Hispanic blacks).

Understanding these state-level variations is also important from the public health and policy perspectives, particularly for urban areas. In general, we found that neighborhoods with older and more non-Hispanic black populations tended to have a higher prevalence of stroke, while wealthier communities tended to have lower stroke prevalence. We also noted a stronger effect of income in poorer states (e.g. Mississippi, Ohio) than in affluent states (e.g. Virginia, District of Columbia). In addition to the region-specific effects estimated by our Bayesian multilevel modelling approach, our study was the first to shed lights on the association between stroke and ozone level both at the neighborhood level. We found that the effect of ozone on stroke prevalence at neighborhood-level is mixed, as it was found to be positively associated with stroke in less wealthy states while negatively associated with stroke in more affluent states. At individual-level, findings of the effect of ozone on stroke and stroke-related health outcomes have also been inconsistent. Montresor et al. and Wing et al. have demonstrated a negative association between average ozone levels and risk of strokes in South Carolina and Texas [48, 49]. Henrotin et al. found that there was a positive association between risk of ischemic stroke and daily ozone exposure, while Yu et al. suggested protective effects of ozone on incidence and outcomes of stroke [50,51,52]. Investigation into the link between ozone and cardiovascular health merits further research. These results are in line with those from patient-level studies and suggest that there is at present no general agreement about the effect of ozone on stroke and further research in this area is warranted.

Our study has important implications related to public health and policy. Identifying major neighborhood-level determinants allows in-depth investigation into the exposition of geographic variation in the prevalence of stroke by major neighborhood characteristics. The findings from our study can provide tailored area-based interventions to reduce the burden of cardiovascular disease. For example, interventions aimed at tackling disparities in the prevalence of stroke could focus on the older population structure in states like Mississippi and Alabama in the South region, and on ozone level in densely populated states like New York and Massachusetts. As the proportion of non-Hispanic blacks was shown to have the largest effect in Gregoria, Kansas and Kentucky, it may be critical for these states to address avoidable inequalities and to eliminate health and health care disparities [53].

There are several limitations to this study. First, the prevalence of stroke only reflects the proportion of population who are alive and have a history of stroke, therefore it may not accurately and completely reflect the incidence of stroke and severity of the disease, and is subject to survivor bias [54]. However, these measures offer the best evidence available for these specific areas and the small area estimation approach used by the CDC has been well validated [55]. Second, due to the nature of cross-sectional data and ecological design, we could not establish the causal association between predictors and stroke health outcomes. Our study results can potentially motivate future research on causality with patient-level longitudinal data [54, 56, 57]. Third, investigating the relationship between environmental risk factors such as ozone and cardiovascular health could be a worthwhile contribution. Finally, future efforts are needed to integrate neighborhood- and individual-level data and study how risk factors at the neighborhood level jointly impact stroke incidence and other health outcomes after stroke with individual characteristics, such as diet, education and social support. Ultimately it will be critical to incorporate these knowledge into interventions to improve stroke care at a population level.

Conclusions

We used a large-scale neighborhood-level data on 500 cities in the US pooled from multiple sources, and implemented a two-stage approach to first identify the key determinants for stroke prevalence at the neighborhood level and then quantify the geographic variability in the effects of key determinants. This was the first study to contribute insights into the underlying effect mechanisms between neighborhood characteristics and stroke prevalence while taking into account the multilevel data structure, when both predictors and outcomes are measured at the neighborhood level. We used a state-of-the-art Bayesian machine learning technique in the first stage and the multilevel modelling approach for the second stage. We found that a higher proportion of older inhabitants and a larger share of non-Hispanic Blacks were associated with a higher prevalence of stroke across the states. Medium household income was inversely associated with the prevalence of stroke. Ozone was found to be positively associated with stroke prevalence in 10 states, while negatively associated with stroke in five states. There was substantial variation in the associations between these four key factors with stroke prevalence across the states, in both the direction and the magnitude. With the large sample size, wide-ranging data information and methodologically rigorous analyses, our study results improve our understanding of how neighborhood-level risk factors contribute to the neighborhood-level stroke prevalence in each state of the U.S., which can facilitate developing area-based stroke prevention strategies.

Availability of data and materials

We used 3 datasets during the current study. CDC’s 500 Cities Project 2017 data release on 28,004 census tracts is publicly available on its website, https://chronicdata.cdc.gov/browse?category=500+Cities [16]. The 2011–2015 American Community Survey 5-Year Estimates is publicly available on the website, https://www.census.gov/data/developers/data-sets/acs-5year.html [17]. The EPA’s Environmental Justice Screening (EJSCREEN) database is also publicly available on the website, https://www.epa.gov/ejscreen/download-ejscreen-data [19].

Abbreviations

CDC:

Centers for Disease Control and Prevention

EPA:

Environmental Protection Agency

EJSCREEN:

Environmental justice screening

BRFSS:

Behavioral Risk factor surveillance system

VIPs:

Variable inclusion proportions

MCMC:

Markov chain Monte Carlo

NUTS:

No-U-turn sampler

BART:

Bayesian additive regression trees

References

  1. Benjamin Emelia J, Muntner P, Alonso A, et al. Heart disease and stroke statistics—2019 update: a report from the American Heart Association. Circulation. 2019;139(10):e56–e528.

    CAS  PubMed  Google Scholar 

  2. Go AS, Mozaffarian D, Roger VL, et al. Heart disease and stroke Statistics-2014 Ipdate: a report from the American Heart Association. Circulation. 2014;129(3):e28–e292.

    PubMed  Google Scholar 

  3. Bridgwood B, Lager KE, Mistri AK, Khunti K, Wilson AD, Modi P. Interventions for improving modifiable risk factor control in the secondary prevention of stroke. Cochrane Database Syst Rev. 2018;5(5):CD009103.

    PubMed  Google Scholar 

  4. Boehme AK, Esenwa C, Elkind MSV. Stroke risk factors, genetics, and prevention. Circ Res. 2017;120(3):472–95.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Kelly-Hayes M. Influence of Age and Health Behaviors on Stroke Risk: Lessons from Longitudinal Studies. J Am Geriatr Soc. 2010;58(Suppl 2):S325–8.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Aslanyan S, Weir CJ, Lees KR, Reid JL, McInnes GT. Effect of area-based deprivation on the severity, subtype, and outcome of ischemic stroke. Stroke. 2003;34(11):2623–8.

    Article  PubMed  Google Scholar 

  7. Brown AF, Liang L-J, Vassar SD, et al. Neighborhood socioeconomic disadvantage and mortality after stroke. Neurology. 2013;80(6):520–7.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Brown AF, Liang LJ, Vassar SD, et al. Neighborhood disadvantage and ischemic stroke: the cardiovascular health study (CHS). Stroke. 2011;42(12):3363–8.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Brown P, Guy M, Broad J. Individual socio-economic status, community socio-economic status and stroke in New Zealand: a case control study. Soc Sci Med. 2005;61(6):1174–88.

    Article  PubMed  Google Scholar 

  10. Clark CJ, Guo H, Lunos S, et al. Neighborhood cohesion is associated with reduced risk of stroke mortality. Stroke. 2011;42(5):1212–7.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Engström G, Jerntorp I, Pessah-Rasmussen H, Hedblad B, Berglund G, Janzon L. Geographic distribution of stroke incidence within an urban population. Stroke. 2001;32(5):1098–103.

    Article  PubMed  Google Scholar 

  12. Gerber Y, Weston SA, Killian JM, Therneau TM, Jacobsen SJ, Roger VL. Neighborhood income and individual education: effect on survival after myocardial infarction. Mayo Clin Proc. 2008;83(6):663–9.

    Article  PubMed  Google Scholar 

  13. Lisabeth LD, Diez Roux AV, Escobar JD, Smith MA, Morgenstern LB. Neighborhood environment and risk of ischemic stroke: the brain attack surveillance in Corpus Christi (BASIC) project. Am J Epidemiol. 2007;165(3):279–87.

    Article  CAS  PubMed  Google Scholar 

  14. Menec VH, Shooshtari S, Nowicki S, Fournier S. Does the relationship between neighborhood socioeconomic status and health outcomes persist into very old age? A population-based study. J Aging Health. 2010;22(1):27–47.

    Article  PubMed  Google Scholar 

  15. Osypuk TL, Ehntholt A, Moon JR, Gilsanz P, Glymour MM. Neighborhood Differences in Post-Stroke Mortality. Circ Cardiovasc Qual Outcomes. 2017;10(2):e002547.

  16. Howard G, Howard VJ, Katholi C, Oli MK, Huston S. Decline in US stroke mortality: an analysis of temporal patterns by sex, race, and geographic region. Stroke. 2001;32(10):2213–20.

    Article  CAS  PubMed  Google Scholar 

  17. Pickle Linda W, Mungiole M, Gillum RF. Geographic variation in stroke mortality in blacks and whites in the United States. Stroke. 1997;28(8):1639–47.

    Article  Google Scholar 

  18. Morgenstern LB, Escobar JD, Sánchez BN, et al. Fast food and neighborhood stroke risk. Ann Neurol. 2009;66(2):165–70.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Hu L, Ji J, Liu B, Li Y. Tree-based machine learning to identify and understand major determinants for stroke at the neighborhood level. J Am Heart Assoc. 2020;0(0):e016745. https://0-doi-org.brum.beds.ac.uk/10.1161/JAHA.120.016745.

    Article  Google Scholar 

  20. Hu L, Ji J, Li Y, Liu B, Zhang Y. Quantile regression forests to identify determinants of neighborhood stroke prevalence in 500 cities in the USA: implications for neighborhoods with high prevalence. J Urban Health. 2020;0(0):1–12. https://0-doi-org.brum.beds.ac.uk/10.1007/s11524-020-00478-y.

    Article  Google Scholar 

  21. Hu L, Liu B, Li Y. Ranking sociodemographic, health behavior, prevention, and environmental factors in predicting neighborhood cardiovascular health: a Bayesian machine learning approach. Prev Med. 2020;141:106240.

    Article  PubMed  PubMed Central  Google Scholar 

  22. 500 Cities: Local Data for Better Health. Centers for Disease Control and Prevention; 2017. https://www.cdc.gov/500cities/index.htm. Accessed 15 June 2020.

  23. American Community Survey 5-Year Data (2009-2018). United States Census Bureau. https://www.census.gov/data/developers/data-sets/acs-5year.html. Accessed 15 June 2020.

  24. American FactFinder (AFF). United States Census Bureau. https://data.census.gov/cedsci/. Accessed 15 June 2020.

  25. Environmental Justice Mapping and Screening Tool. United States Environmental Protection Agency. https://www.epa.gov/ejscreen. Accessed 15 June 2020.

  26. Kuhn M, Johnson K. Applied predictive modeling. 2. New York: Springer; 2018.

  27. Darst BF, Malecki KC, Engelman CD. Using recursive feature elimination in random forest to account for correlated variables in high dimensional data. BMC Genet. 2018;19(1):65.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  28. Huda S, Yearwood J, Jelinek HF, Hassan MM, Fortino G, Buckland M. A hybrid feature selection with ensemble classification for imbalanced healthcare data: a case study for brain tumor diagnosis. IEEE Access. 2016;4:9145–54.

    Article  Google Scholar 

  29. Khan MA, Lali IU, Rehman A, et al. Brain tumor detection and classification: a framework of marker-based watershed algorithm and multilevel priority features selection. Microsc Res Tech. 2019;82(6):909–22.

    Article  PubMed  Google Scholar 

  30. Rado O. Performance analysis of feature selection methods for classification of healthcare datasets: intelligent computing. Switzerland: Springer; 2019.

    Book  Google Scholar 

  31. Suresh A, Kumar R, Varatharajan R. Health care data analysis using evolutionary algorithm. J Supercomput. 2020;76(6):4262–71.

    Article  Google Scholar 

  32. Bleich J, Kapelner A, George EI, Jensen ST. Variable selection for BART: an application to gene regulation. Ann Appl Stat. 2014;8(3):1750–81.

    Article  Google Scholar 

  33. Chipman HA, George EI, McCulloch RE. BART: Bayesian additive regression trees. Ann Appl Stat. 2010;4(1):266–98.

    Article  Google Scholar 

  34. Hill JL. Bayesian nonparametric modeling for causal inference. J Comput Graph Stat. 2011;20(1):217–40.

    Article  Google Scholar 

  35. Hu L, Gu C, Lopez M, Ji J, Wisnivesky J. Estimation of causal effects of multiple treatments in observational studies with a binary outcome. Stat Methods Med Res. 2020;29(11):3218–34.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Mazumdar M, Lin J-YJ, Zhang W, et al. Comparison of statistical and machine learning models for healthcare cost data: a simulation study motivated by oncology care model (OCM) data. BMC Health Serv Res. 2020;20(1):350.

    Article  PubMed  PubMed Central  Google Scholar 

  37. Friedman JH. Greedy function approximation: a gradient boosting machine. Ann Stat. 2001;29(5):1189–232.

    Article  Google Scholar 

  38. McElreath R. Statistical rethinking: a Bayesian course with examples in R and STAN. 2nd ed. Boca Raton: Chapman & Hall/CRC Texts in Statistical Science; 2020.

    Book  Google Scholar 

  39. Bürkner PC. brms: An R Package for Bayesian Multilevel Models Using Stan. J Stat Software. 2017;80(1):1–28.

    Article  Google Scholar 

  40. The Stan Development Team. Stan. https://mc-stan.org/. Accessed 8 May 2020.

  41. Hoffman MD, The GA, Sampler N-U-T. Adaptively setting path lengths in Hamiltonian Monte Carlo. J Mach Learn Res. 2014;15(47):1593–623.

    Google Scholar 

  42. Callahan A, Shah NH. Machine learning in healthcare: key advances in clinical informatics. London: Academic Press; 2017.

    Book  Google Scholar 

  43. Doupe P, Faghmous J, Basu S. Machine learning for health services researchers. Value Health. 2019;22(7):808–15.

    Article  PubMed  Google Scholar 

  44. Kaur P, Sharma M. Diagnosis of human psychological disorders using supervised learning and nature-inspired computing techniques: a meta-analysis. J Med Syst 2019;43(7):204. doi:https://0-doi-org.brum.beds.ac.uk/10.1007/s10916-019-1341-2. Accessed 2019/05//.

  45. Ngiam KY, Khor IW. Big data and machine learning algorithms for health-care delivery. Lancet Oncol. 2019;20(5):e262–73.

    Article  PubMed  Google Scholar 

  46. Gelman A, Carlin JB, Stern HS, Dunson DB, Vehtari A, Rubin DB. Bayesian Data Analysis, 3rd edition. Boca Raton: Chapman and hall/CRC; 2013.

  47. Gelman A, Hill J. Data Analysis Using Regression and Multilevel/Hierarchical Models. 1st ed. Cambridge: Cambridge University Press; 2006.

    Book  Google Scholar 

  48. Wing JJ, Adar SD, Sánchez BN, Morgenstern LB, Smith MA, Lisabeth LD. Short-term exposures to ambient air pollution and risk of recurrent ischemic stroke. Environ Res. 2017;152:304–7.

    Article  CAS  PubMed  Google Scholar 

  49. Montresor-López JA, Yanosky JD, Mittleman MA, et al. Short-term exposure to ambient ozone and stroke hospital admission: a case-crossover analysis. J Expo Sci Environ Epidemiol. 2016;26(2):162–6.

    Article  CAS  PubMed  Google Scholar 

  50. Yu Y, Dong H, Yao S, Ji M, Yao X, Zhang Z. Protective effects of ambient ozone on incidence and outcomes of ischemic stroke in Changzhou, China: a time-series study. Int J Environ Res Public Health. 2017;14(12):1610.

    Article  CAS  PubMed Central  Google Scholar 

  51. Xu X, Xu X, Sun Y, Ha S, Talbott EO, Lissaker CTK. Association between ozone exposure and onset of stroke in Allegheny County, Pennsylvania, USA, 1994-2000. Neuroepidemiology. 2013;41(1):2–6.

    Article  CAS  PubMed  Google Scholar 

  52. Henrotin JB, Besancenot JP, Bejot Y, Giroud M. Short-term effects of ozone air pollution on ischaemic stroke occurrence: a case-crossover analysis from a 10-year population-based study in Dijon, France. Occup Environ Med. 2007;64(7):439.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  53. Srinivasan S, Williams SD. Transitioning from health disparities to a health equity research agenda: the time is now. Public Health Rep. 2014;129(Suppl 2):71–6.

    Article  PubMed  PubMed Central  Google Scholar 

  54. Hu L, Hogan JW, Mwangi AW, Siika A. Modeling the causal effect of treatment initiation time on survival: application to HIV/TB co-infection. Biometrics. 2018;74(2):703–13.

    Article  PubMed  Google Scholar 

  55. Zhang X, Holt JB, Yun S, Lu H, Greenlund KJ, Croft JB. Validation of multilevel regression and poststratification methodology for small area estimation of health indicators from the behavioral risk factor surveillance system. Am J Epidemiol. 2015;182(2):127–37.

    Article  PubMed  Google Scholar 

  56. Hu L, Hogan JW. Causal comparative effectiveness analysis of dynamic continuous-time treatment initiation rules with sparsely measured outcomes and death. Biometrics. 2019;75(2):695–707.

    Article  PubMed  Google Scholar 

  57. Hogan JW, Daniels MJ, Hu L. A Bayesian perspective on assessing sensitivity to assumptions about unobserved data. In: Molenberghs G, Fitzmaurice G, Kenward MG, Tsiatis A, Verbeke G, editors. Handbook of missing data methodology. Boca Raton: CRC Press; 2014. p. 405–34.

    Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This research was in part supported by award ME2017C3 9041 from the Patient-Centered Outcomes Research Institute and two grants from the National Cancer Institute of the NIH under Award Number R21CA245855 and Award Number P30CA196521–01. This research has not been presented before.

Author information

Authors and Affiliations

Authors

Contributions

JJ undertook the statistical analysis and wrote the first draft of the manuscript. LH contributed to the design and methodology of the study, supervised the statistical analysis, managed the literature searches, wrote and edited the manuscript. BL obtained the data used in the analysis, and contributed to interpretations of the study results and correction of the manuscript. YL contributed to data curation, interpretations of the study results and the correction of the manuscript. All authors contributed to and have approved the final manuscript.

Corresponding author

Correspondence to Liangyuan Hu.

Ethics declarations

Ethics approval and consent to participate

This study used census tract level data (no patient-level data was used) from publicly available data sources. Ethical approval is not application for this study.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1.

R code for Fig. 3.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ji, J., Hu, L., Liu, B. et al. Identifying and assessing the impact of key neighborhood-level determinants on geographic variation in stroke: a machine learning and multilevel modeling approach. BMC Public Health 20, 1666 (2020). https://0-doi-org.brum.beds.ac.uk/10.1186/s12889-020-09766-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12889-020-09766-3

Keywords