Literature DB >> 35055331

Another Look at Obesity Paradox in Acute Ischemic Stroke: Association Rule Mining.

Pum-Jun Kim1, Chulho Kim1,2, Sang-Hwa Lee1,2, Jong-Hee Shon1,2, Youngsuk Kwon1,3, Jong-Ho Kim1,3, Dong-Kyu Kim1,4, Hyunjae Yu1,5, Hyo-Jeong Ahn1,5, Jin-Pyeong Jeon1,6, Youngmi Kim1, Jae-Jun Lee1,3.   

Abstract

Though obesity is generally associated with the development of cardiovascular disease (CVD) risk factors, previous reports have also reported that obesity has a beneficial effect on CVD outcomes. We aimed to verify the existing obesity paradox through binary logistic regression (BLR) and clarify the paradox via association rule mining (ARM). Patients with acute ischemic stroke (AIS) were assessed for their 3-month functional outcome using the modified Rankin Scale (mRS) score. Predictors for poor outcome (mRS 3-6) were analyzed through BLR, and ARM was performed to find out which combination of risk factors was concurrently associated with good outcomes using maximal support, confidence, and lift values. Among 2580 patients with AIS, being obese (OR [odds ratio], 0.78; 95% CI, 0.62-0.99) had beneficial effects on the outcome at 3 months in BLR analysis. In addition, the ARM algorithm showed obese patients with good outcomes were also associated with an age less than 55 years and mild stroke severity. While BLR analysis showed a beneficial effect of obesity on stroke outcome, in ARM analysis, obese patients had a relatively good combination of risk factor profiles compared to normal BMI patients. These results may partially explain the obesity paradox phenomenon in AIS patients.

Entities:  

Keywords:  association rule mining; body mass index; infarction; outcome research; risk factors in epidemiology

Year:  2021        PMID: 35055331      PMCID: PMC8781183          DOI: 10.3390/jpm12010016

Source DB:  PubMed          Journal:  J Pers Med        ISSN: 2075-4426


1. Introduction

Stroke is a leading cause of death and disability globally [1]. Obesity is a known risk factor for cardiovascular disease (CVD) [2]. Reports also suggest that obesity may be protective for CVD severity or outcome [3,4,5]. Though most population-based cohort studies have shown that obesity increases the risk of stroke [6,7,8,9], obesity has been associated with better outcomes among patients with acute ischemic stroke (AIS) [10,11,12,13,14,15,16]. Khan et al. evaluated associations between BMI and lifetime CVD risk and mortality among a population-based cohort without established CVD at baseline [17]. Observing more than 3 million person-years, they found that being overweight was associated with earlier development of CVD, and obesity was associated with reduced longevity and cardiovascular survival. In addition, obesity increased the risk of hypertension, diabetes, and dyslipidemia. There is still insufficient explanation to determine whether the relationship between obesity and CVD outcome analyzed using logistic regression is beneficial or not. The association rule mining (ARM) algorithm was introduced for market basket analysis by Agrawal et al. and has identified significant association patterns within a variety of settings [18,19,20,21,22,23]. ARM is used for explanatory data visualization to summarize certain concurrent combinations of dependent factors (important association rules) with a specific condition in a non-hierarchical fashion [19,24]. Moreover, ARM helps to discover important relationships among complex phenomena [18,19]. Therefore, we aimed to verify the obesity paradox with logistic regression and provide a new perspective through the ARM method on the relationship between obesity and ischemic stroke outcome.

2. Materials and Methods

2.1. Participants

We obtained data from the prospective stroke registry of our hospital, the detailed information of which has been described previously [25]. Briefly, patients were admitted to the hospital within 7 days after the onset of focal neurologic deficits (2012–2019). Patients included in the study were identified as having relevant acute lesions on diffusion MRI. Patients with cerebral hemorrhages were excluded from the study. During the data capture period, procedures affecting the prognosis of patients, such as extending the time window of intravenous thrombolysis and endovascular treatment, were reflected in all included patients (Figure S1). We collected demographic data and accessed data for clinical and laboratory findings for patients admitted with AIS using a standardized web server, which included central coordinator requests for regular audits and amendments of the data.

2.1.1. Measurement of Body Mass Index

Height and weight were recorded by stroke nurses immediately after hospitalization for stroke. BMI was calculated as weight in kilograms divided by the square of height in meters (kg/m2). Patients were grouped as underweight (<18.5 kg/m2), normal weight (18.5–22.9 kg/m2), overweight (23–24.9 kg/m2), and obese (≥25 kg/m2) according to the Asian Pacific World Health Organization criteria [26].

2.1.2. Covariates

Vascular risk factors were defined based on our previous report [25]. ARM generally assesses possible associations between discrete variables, and the algorithm can be easily applied to categorical variables. Therefore, we used the following categorical variables for the elucidation of risk profiles and the underlying mechanisms of stroke: Hypertension was defined as blood pressure ≥140/90 mmHg in more than two consecutive readings or taking antihypertensive agents; Diabetes was defined as fasting blood glucose ≥126 mg/dL, random blood glucose readings ≥200 mg/dL with relevant diabetic symptoms or glycated hemoglobin ≥6.5% [27]; Hyperlipidemia was defined as total cholesterol ≥240 mg/dL or taking lipid-lowering agents [27]; Current smoking was defined as smoking within 6 months prior to the study; Stroke subtypes were defined as cardioembolism and non-cardioembolism; Stroke severity was categorized as a score of the National Institute of Health Stroke Scale score (mild: 0–5, moderate: 6–14, and severe: >14) [28]; Thrombolysis was defined as patients receiving intravenous or intra-arterial thrombolytic agents, or mechanical thrombectomy; Patient’s Age (years) was categorized as years < 54, 55 ≤ years, < 65, and years ≥ 65 [28].

2.1.3. Study Outcomes

Stroke physicians or certified nurses prospectively assessed patients’ modified Rankin Scale (mRS) score as a 3-month functional outcome measure when the patients visited the outpatient clinic or via a telephonic interview. The poor functional outcome was defined as an mRS score of 3–6.

2.2. Statistical Analyses

We compared the baseline differences for independent variables between good and poor outcome groups using the χ2 test or Student’s t-test, as appropriate. Univariate and multivariate binary logistic analyses were performed to assess predictors for poor outcomes at 3 months. Independent variables with a two-sided p-value < 0.05 in univariate analyses were assessed by multivariate analyses.

2.3. Association Rule Mining

The frequent pattern growth (fp-growth) is one of the ARM algorithms used to evaluate associations for each variable, and to find important linkage patterns using the quantitative parameters of support, confidence, and lift [29]. The definition and formula of these quantitative parameters are stated in Table 1. To understand these parameters, let X and Y as events in the real world, then p(X) and p(Y) are the probabilities that these events will occur. Here, the sup (X→Y) means the probability that X and Y occur at the same time. The conf (X→Y) is a conditional probability such that the likelihood of Y occurs given event X. The last parameter lift (X→Y) is defined as a weighted probability of confidence, p(Y|X)/p(Y), to verify whether event X and Y are mutually dependent (when the lift is equal to one, then X and Y are independent).
Table 1

Definition of formula and explanation of support, confidence, and lift.

FormulaDefinition & Meaning
Support sup(XY)=p(XY) The value of support means how frequent this rule is appearing in the data.
Confidence conf(XY)=p(Y|X) The confidence indicates how much the rule is accurate.
Lift lift(XY)=p(Y|X)/p(Y) The lift measures the dependency between the predictor and the response. The value of lift close to zero indicates independence.

Let X as a subset of predictors and Y as a response. p for probability of an association.

The fp-growth algorithm is emphasized by its efficiency of a reduced number of calculations compared to the apriori algorithm, due to its tree-like structure [29]. For illustration of this algorithm, let T denote set of transactions {, , …, } and list of all items, I = {, , …, } (Table 2). First, reorder items in each according to the support () in descending order for all k in [1, m]. In these ordered transactions, the less frequent items which are smaller than user-defined minimum support are excluded for fewer calculations later. As a second step to grow an fp-tree, position and connect the items in the initial transaction, , starting with a root node (null node), as in Figure 1. Each time, when items are added to the tree, increment the count of these item nodes by one. Third, for the following transaction, if the part of the sequence from the first item overlaps with one of the antecedent transactions, then the overlapping path of these items has to be merged, and the rest of the items are connected after the merged node. However, if there is no identical order of prefix, the new transaction follows the second step by connecting a sequence of items to a null node. Last, since the unit item is also a candidate for being a frequent pattern, the dashed lines in the fp-tree are drawn to denote the same unit items in the different branches of the tree. With a fully-grown tree by those steps, the candidates of frequent patterns are considered through minimum support and confidence. For example, in Figure 1, when the minimum support equals two, the sequence {null, , } (equality with {, }) is the only candidate satisfying the lower bound, , which means this sequence is a frequent pattern (rule) of the transaction data. Other candidate patterns through the fp-growth algorithm can also be considered through less conservative minimum supports.
Table 2

Example of ordinal and reordered transaction table.

Original ItemsReordered Frequent Items
t1={i1, i3, i5, i6, i8}t1={i1: 3, i3: 2, i6: 2, i8: 2}
t2={i1, i7, i9}t1={i1: 3, i7: 2}
t3={i6, i7, i8}t1={i6: 2, i7: 2, i8: 2}
t4={i1, i2, i3, i4}t1={i1: 3, i3: 2}

: denotes the frequency of items in transaction table. t, transactions; i, item.

Figure 1

Schematic representation of the frequent pattern growth algorithm with an illustration of fully grown frequent pattern tree using transaction data. t, transactions; i, item.

In the resulting rules in this paper, pruning step, a rule XY is redundant if X*X and confidence(X*Y) confidence(XY), is applied to drive a more generalized frequent pattern without redundant rules [30]. Since the goal of ARM is to find the rule of associations between categorical variables, the age variable was grouped as age < 55, 55 , age < 65, and age 65 in our analysis. The moonBook (version 0.2.3), arules (version 1.6.4), and rCBA (version 0.4.3) packages for R software [R Foundation for Statistical Computing (version 3.6.3)] were used to perform the binary logistic regression and ARM algorithm. The exact R code for ARM using the fp-growth algorithm was shown in Supplemental Data.

3. Results

In total, 2580 AIS patients (mean age 68.1 ± 13.0 years, 59.1% males) were included in this study (Table 3). The proportions of underweight, normal weight, overweight, and obese patients were 4.6%, 34.8%, 26.4%, and 34.1%, respectively. The proportions of overweight and obese patients were higher in the good outcome group compared to the poor outcome group (p for χ2 trend <0.001). Participants with a poor outcome were more likely to be older, have severe stroke severity, to present with hypertension and diabetes compared to those with a good outcome. Current smoking was higher in patients with a good outcome than among those with a poor outcome.
Table 3

Comparison of baseline characteristics of the participants.

Good Outcome (N = 1671)Poor Outcome (N = 909) p
Age, years <0.001
 18–54441 (24.6%)120 (13.2%)
 55–64401 (24.0%)70 (7.8%)
 ≥65859 (51.4%)719 (79.1%)
BMI, kg/m2 <0.001
 Underweight (<18.5)47 (2.8%)71 (7.8%)
 Normal weight (18.5–22.9)540 (32.3%)359 (39.5%)
 Overweight (23.0–24.9)463 (27.7%)220 (24.2%)
 Obese (≥25)621 (37.2%)259 (28.5%)
Stroke Severity, NIHSS <0.001
 Mild (0–5)1534 (91.8%)479 (52.7%)
 Moderate (6–14)100 (6.0%)226 (24.9%)
 Severe (>14)37 (2.2%)204 (22.4%)
Men1068 (63.9%)457 (50.3%)<0.001
Hypertension947 (56.7%)624 (68.6%)<0.001
Diabetes446 (26.7%)319 (35.1%)<0.001
Current Smoking578 (34.6%)184 (20.2%)<0.001
Cardioembolism292 (17.5%)245 (27.0%)<0.001
Thrombolysis138 (8.3%)135 (14.9%)<0.001
Hyperlipidemia293 (17.5%)156 (17.2%)0.854

BMI, body mass index; NIHSS, National Institute of Health Stroke Scale.

Table 4 shows differences in clinical characteristics for patients according to BMI. We found that age was inversely associated with BMI and that male sex was more prevalent in the overweight group than in the other BMI groups. Hyperlipidemia and current smoking were less frequent, and cardioembolism was more frequent in the underweight group than in the normal weight, overweight, and obese groups.
Table 4

Differences in clinical characteristics of the patients stratified by body mass index.

Underweight(N = 118)Normal Weight(N = 899)Overweight(N = 683)Obese(N = 880) p
Age, years <0.001
 18–54 years13 (11.0%)142 (15.8%)110 (16.1%)206 (23.4%)
 55–64 years12 (10.2%)162 (18.0%)169 (24.7%)188 (21.4%)
 ≥65 years93 (78.8%)595 (66.2%)404 (59.2%)486 (55.2%)
Stroke Severity, NIHSS <0.001
 Mild (0–5)70 (59.3%)658 (73.2%)550 (80.5%)735 (83.5%)
 Moderate (6–14)25 (21.2%)131 (14.6%)76 (11.1%)94 (10.7%)
 Severe (>14)23 (19.5%)110 (12.2%)57 (8.3%)51 (5.8%)
Stroke Mechanism <0.001
 CE39 (33.1%)220 (24.5%)130 (19.0%)148 (16.8%)
 Non-CE79 (66.9%)679 (75.5%)553 (81.0%)732 (83.2%)
Outcome at 3 months <0.001
 Good (mRS score 0–2)47 (39.8%)540 (60.1%)463 (67.8%)621 (70.6%)
 Poor (mRS score 3–6)71 (60.2%)359 (39.9%)220 (32.2%)259 (29.4%)
Men49 (41.5%)495 (55.1%)432 (63.3%)549 (62.4%)<0.001
Hypertension67 (56.8%)492 (54.7%)200 (29.3%)281 (31.9%)<0.001
Hyperlipidemia9 (7.6%)146 (16.2%)113 (16.5%)181 (20.6%)0.002
Current Smoking19 (16.1%)268 (29.8%)201 (29.4%)274 (31.1%)0.010
Diabetes37 (31.4%)247 (27.5%)200 (29.3%)281 (31.9%)0.217
Thrombolysis12 (10.2%)101 (11.2%)70 (10.2%)90 (10.2%)0.891

†p for analysis of variances. Statistical significance of cate variables is represented with the p-values of the χ2 test. NIHSS, National Institute of Health Stroke Scale; CE, cardioembolic; mRS, modified Rankin Scale score.

Table 5 shows the results of BLR analyses for predictors of a poor outcome at 3 months. Being underweight was a significant predictor for poor outcomes in multivariate analysis. However, obesity had a beneficial effect on the outcome at 3 months after adjusting for multiple covariates. Moreover, addition logistic regression analysis considering age*BMI interaction and entering age and BMI as a continuous variable were not different from the original BLR analysis (Tables S1 and S2).
Table 5

Results of binary logistic regression analysis for predictors of poor functional outcome at 3 months in patients with acute ischemic stroke.

Univariate OR (95% CI) p Multivariate OR (95% CI) p
Age, years
 18–540.29 (0.24–0.36)0.0010.63 (0.44–0.91)0.013
 55–641.00 (reference)-1.00 (reference)-
 ≥652.87 (2.29–3.59)<0.0012.26 (1.74–2.93)<0.001
BMI, kg/m2
 Underweight (<18.5)2.27 (1.54–3.36)<0.0011.69 (1.07–2.66)0.024
 Normal weight (18.5–22.9)1.00 (reference)-1.00 (reference)-
 Overweight (23.0–24.9)0.71 (0.58–0.88)0.0010.82 (0.64–1.05)0.119
 Obese (≥25)0.63 (0.52–0.76)<0.0010.78 (0.62–0.99)0.041
Stroke Severity, NIHSS
 Mild (0–5)0.14 (0.11–0.18)<0.0010.11 (0.08–0.15)<0.001
 Moderate (6–14)1.00 (reference)-1.00 (reference)-
 Severe (>14)2.44 (1.60–3.72)<0.0012.37 (1.51–3.70)<0.001
Diabetes1.49 (1.25–1.77)<0.0011.61 (1.30–1.99)<0.001
Current Smoking0.48 (0.40–0.58)<0.0010.67 (0.52–0.86)0.001
Thrombolysis1.94 (1.51–2.49)<0.0010.64 (0.45–0.91)0.012
Cardioembolism1.74 (1.44–2.11)<0.0010.75 (0.58–0.96)0.024
Hypertension1.67 (1.41–1.98)<0.0011.14 (0.92–1.41)0.228
Hyperlipidemia0.97 (0.79–1.21)0.8110.90 (0.70–1.17)0.444
Men0.57 (0.48–0.67)<0.0010.92 (0.75–1.14)0.854

OR, odds ratio; CI, confidence interval; BMI, body mass index; NIHSS, National Institute of Health Stroke Scale.

For fp-growth algorithms, we set minimum support bound of 0.04 and a confidence bound of 0.8, according to the average of all possible association rules that could be generated in our dataset. With this parameter setting, 329 rules were generated in total. After a pruning procedure for reducing redundant association rules, five association rules satisfied the support and confidence limits (Table 6). In the top five rules with high confidence & lift values, obesity, age less than 55 years, and mild stroke severity were presented to have a relationship with a good outcome. Figure 2A depicts the relationship of these association rules according to support, confidence, and lift values. Obese was associated with a good outcome, in which no diabetes, mild stroke severity, no hyperlipidemia, male, smoking, and younger age (<55 years) were concurrently observed. Figure 2B shows the coordination plot of significant association rules in our fp-growth algorithm. The rule of being obese, younger, and presenting with no diabetes, no hyperlipidemia, and mild stroke severity was associated with a good outcome with the highest lift value in our rules. Table S3 shows the result of the five most frequent association rules in each BMI subgroup. Underweight patients with severe stroke severity and older age were especially associated with poor outcomes.
Table 6

Results of the frequent pattern growth algorithm of independent and dependent variables in patients with acute ischemic stroke.

LHSRHSSupportConfidenceLiftCount
1{Hyperlipidemia = No, Diabetes = No, Severity = mild,Age = 18–54 years, BMI = Obese}Good0.04880.97671.5080126
2{Severity = mild, Age = 18–54 years, Smoking = Yes, BMI = Obese}Good0.04340.97391.5037112
3{Diabetes = No, Severity = mild, Age = 18–54 years, BMI = Obese}Good0.05770.97381.5036149
4{Hyperlipidemia = No, Severity = mild, Gender = Male,Age = 18–54 years, BMI = Obese}Good0.04720.96821.4949122
5{Hyperlipidemia = No, Severity = mild, Age = 18–54 years,BMI = Obese}Good0.05730.96731.4935148

LHS, left hand side; RHS, right hand side; BMI, body mass index; CE, cardioembolism.

Figure 2

Visualization of significant association rules in patients with acute ischemic stroke, via fp-growth algorithm with minimum support (0.04) and confidence (0.8). (A) Network of significant association rules. (B) Parallel coordination plot for significant association rules. In the Figure 2A,B, thickness and redness of the lines means support and confidence of the association rules. BMI, body mass index; CE, cardioembolism; rhs, right hand side.

4. Discussion

In the present study, logistic regression analyses in the established ischemic stroke population revealed that being obese was associated with a good outcome. However, obese patients had a lower age, male gender, and were less likely to present with cardioembolism. In other words, the obesity paradox could be partially explained by the fact that obese patients may be younger than patients with normal BMI or may be more likely to have a stroke that is associated with a non-cardioembolism mechanism. Welton et al. conducted a prospective investigation of 8528 patients with diabetes and reported that mortality among obese patients was less than among patients with a normal BMI [31]. However, this tendency decreased when the fitness level was high in obese patients, and the authors suggested that the fitness level measured by the metabolic equivalent of the task may be a moderator of the association between obesity and mortality. Meanwhile, age was different for each BMI group in the present study, and notably, the mean age was lowest in the obese group (BMI > 30 kg/m2). Bhaskaran et al. analyzed the data of 3.6 million participants from the UK general population for associations between BMI and mortality using prospective survival analysis, and they suggested that mortality was higher in subjects with low (<18.5 kg/m2) or high BMI (≥25 kg/m2) [32]. The average age was 37 years in their study, and the overweight or obese group was found to be 10 years older than the normal BMI group. Thus, age can be an important factor for analyzing obesity and stroke outcomes. Khan et al. analyzed the relationship between obesity and CVD using individual patient data from ten population-based cohorts [17]. The increase in BMI at cohort enrollment accelerated CVD onset, which eventually increased the longevity of patients with CVD. In addition, high BMI increased CVD mortality compared to non-CVD death. This study followed 19,000 patients for over 50 years overall and was stratified according to age, sex, and BMI status. This approach may have minimized the selection bias, such as lead-time bias or survivorship bias. After a report regarding the obesity paradox in stroke patients, there has not been a clear explanation for the relationship between positive stroke outcomes and high BMI status [10]. Results of prospective cohort studies within the general population consistently show that high BMI increases stroke risk [6,7,8,9]. However, the contradicting results found within the obesity paradox for stroke have been reported in studies with established stroke cohorts [10,11,12,13,14,15,16,33,34,35,36,37]. Several studies have also reported that the strength of correlation between high BMI and low stroke mortality was attenuated by age [10,13]. An additional consideration is that those with a high BMI group in the established stroke population are consistently reported to be about 3–7 years younger than those with normal BMI in these observational stroke cohorts. According to the Danish Stroke Register report, higher BMI is associated with accelerated ischemic stroke occurrence [38]. Andersen et al. reported that obesity was associated with lower mortality and risk of readmission for recurrent stroke than the normal weight group after applying Cox proportional hazard models [14]. However, concerns regarding the proportional hazard assumption and age discrepancies between each BMI group have not been discussed in detail. Results from the Atherosclerosis Risk in Communities study, which adjusted for time-varying covariates using the G-estimation method, reported that the association between stroke outcome and BMI status could vary due to mishandling time-varying confounders [9]. Hence, age is the most important variable for explaining the relationship between BMI and stroke outcome. In addition, from the results of the logistic regression model, it can be suggested that high BMI is related to a good outcome, but residual confounding factors related to age should be considered when interpreting these associations. The ARM algorithm was initially designed to determine the specific purchasing patterns of people in the market and to analyze customers’ behavior [18]. Since then, studies using ARM to find valuable linkages among various factors have been reported in the medical field. Szalkai et al. analyzed factors affecting cognitive decline below 15 points in the Mini-Mental Status Examination score within more than 5000 Alzheimer disease databases [39]. Factors such as high aspartate aminotransferase and high serum sodium were identified as significant rules showing a strong association with cognitive decline. In addition, ARM can specify which non-hierarchical phenotype has been achieved by effective clustering of multiple diseases [40,41,42]. However, ARM usually deals with Boolean data, so it is difficult to analyze associations among the numerical data. Further, the antecedents and consequents in an ARM analysis are not a way to depict a potential causal relationship because variables with high proportions are usually applied as antecedents. Logistic regression analysis represents the individual risk as an odds ratio; hence, it focuses on individual risk [43]. However, ARM evaluates the entire dataset on a microscopic level and can find important patterns in the groups of interest, though the effect sizes are small [44]. To be specific, when logistic regression and ARM analyze the data, these methods can reach a similar result. However, when it comes to the interpretation of the associations between the predictors and response, logistic regression predicts a probability of dependent variable using all the independent variables and significance of a single predictor. ARM methodology finds association rules between the subset of predictors and response with its frequency and significance. As in the Supplementary Table S2, for clarification of the result, an interaction term among the age and BMI is considered in the logistic regression to account for an additional effect between predictors on a dependent variable, but it presented no significant relationship with the response. In addition, ARM does not include prior hypotheses for statistical testing and needs to consider interactions among the variables of interest [45]. In other words, ARM is complementary to the conventional logistic regression model. Therefore, if we implement ARM in addition to logistic regression analysis in evaluating the relationship between disease and risk factors, we can make a more explanatory hypothesis by checking the macroscopic and microscopic associations. The present study used the data of a representative stroke population. However, our study has a few limitations. First, the results did not include numerical laboratory data such as low-density lipoprotein or glucose levels because of the innate disadvantages of the ARM algorithm. Second, a single-center, retrospective observation is prone to have a selection bias, so the results may not be generalizable to the entire stroke population. Third, we used BMI values at the time of admission for evaluating the degree of obesity; however, BMI is well-known to be a time-varying covariate. Therefore, our study does not provide results on how changes in BMI after stroke affect the outcome at 3 months. Finally, we used Asian Pacific World Health Organization criteria for the obesity categorization. Because BMI depends on age, gender, and ethnicity, it is difficult to generalize our findings to all ischemic stroke patients. Therefore, for an international comparison of the impact of BMI on the prognosis of stroke, we should consider which criteria were used for the BMI categorization. To accurately understand the impact of BMI on CVD in AIS, we need later prospective studies considering age stratification and temporal variation of BMI in the research design and analytic phase.

5. Conclusions

Our findings using logistic regression analysis suggest that obesity is associated with a good outcome after stroke. However, the results of ARM analysis revealed that being obese was associated with good outcomes by way of younger age at the onset and mild stroke severity. This suggests that the good outcome in AIS patients was not because the patients were obese, but rather because those patients were younger and their stroke severity was less severe than those with a normal BMI. Thus, the ARM algorithm can be used to find novel and valuable linkages among risk factors and outcomes in the medical research field.
  39 in total

1.  Mining gene expression databases for association rules.

Authors:  Chad Creighton; Samir Hanash
Journal:  Bioinformatics       Date:  2003-01       Impact factor: 6.937

Review 2.  Obesity and the obesity paradox in heart failure.

Authors:  Adrienne L Clark; Gregg C Fonarow; Tamara B Horwich
Journal:  Prog Cardiovasc Dis       Date:  2013-10-05       Impact factor: 8.194

3.  Who receives prescriptions for smoking cessation medications? An association rule mining analysis using a large primary care database.

Authors:  Yue Huang; John Britton; Richard Hubbard; Sarah Lewis
Journal:  Tob Control       Date:  2012-01-13       Impact factor: 7.552

4.  An insight on the use of multiple logistic regression analysis to estimate association between risk factor and disease occurrence.

Authors:  J Lee
Journal:  Int J Epidemiol       Date:  1986-03       Impact factor: 7.196

5.  Obesity increases risk of ischemic stroke in young adults.

Authors:  Andrew B Mitchell; John W Cole; Patrick F McArdle; Yu-Ching Cheng; Kathleen A Ryan; Mary J Sparks; Braxton D Mitchell; Steven J Kittner
Journal:  Stroke       Date:  2015-05-05       Impact factor: 7.914

6.  Body mass index, initial neurological severity and long-term mortality in ischemic stroke.

Authors:  Wi-Sun Ryu; Seung-Hoon Lee; Chi Kyung Kim; Beom Joon Kim; Byung-Woo Yoon
Journal:  Cerebrovasc Dis       Date:  2011-08-15       Impact factor: 2.762

7.  Overweight and obesity are associated with improved survival, functional outcome, and stroke recurrence after acute stroke or transient ischaemic attack: observations from the TEMPiS trial.

Authors:  Wolfram Doehner; Johannes Schenkel; Stefan D Anker; Jochen Springer; Heinrich J Audebert
Journal:  Eur Heart J       Date:  2012-10-16       Impact factor: 29.983

Review 8.  Obesity and cardiovascular disease: risk factor, paradox, and impact of weight loss.

Authors:  Carl J Lavie; Richard V Milani; Hector O Ventura
Journal:  J Am Coll Cardiol       Date:  2009-05-26       Impact factor: 24.094

9.  Off-hour effect on 3-month functional outcome after acute ischemic stroke: a prospective multicenter registry.

Authors:  Chulho Kim; Min Uk Jang; Mi Sun Oh; Jong-Ho Park; San Jung; Ju-Hun Lee; Kyung-Ho Yu; Moon-Ku Han; Beom Joon Kim; Tai Hwan Park; Sang-Soon Park; Kyung Bok Lee; Jae Kwan Cha; Dae-Hyun Kim; Jun Lee; Sung-Hun Kim; Soo Joo Lee; Youngchai Ko; Jong-Moo Park; Kyusik Kang; Young-Jin Cho; Keun-Sik Hong; Ki-Hyun Cho; Joon-Tae Kim; Dong-Eog Kim; Jay Chol Choi; Myung Suk Jang; Hee-Joon Bae; Byung-Chul Lee
Journal:  PLoS One       Date:  2014-08-28       Impact factor: 3.240

10.  Association of BMI with overall and cause-specific mortality: a population-based cohort study of 3·6 million adults in the UK.

Authors:  Krishnan Bhaskaran; Isabel Dos-Santos-Silva; David A Leon; Ian J Douglas; Liam Smeeth
Journal:  Lancet Diabetes Endocrinol       Date:  2018-10-30       Impact factor: 32.069

View more
  1 in total

1.  The Impact of the Association between Cancer and Diabetes Mellitus on Mortality.

Authors:  Sung-Soo Kim; Hun-Sung Kim
Journal:  J Pers Med       Date:  2022-07-01
  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.