Decoding emotional resilience in aging: unveiling the interplay between daily functioning and emotional health

1 Introduction

As the world’s population continues to age, projections indicate that the number of individuals aged 60 and above in developing nations will surge from 900 million to two billion between 2015 and 2050 (1). Among the older adult population, the activities of daily living (ADL) and emotional problems (EPs) have received widespread attention in the fields of medicine and public health research (26). EPs encompass a range of disorders such as panic disorder, generalized anxiety disorder, social phobia, specific phobia, obsessive-compulsive disorder, post-traumatic stress disorder, and depression (7). These EPs pose significant challenges to individual health and quality of life (8). Research has found that the overall prevalence of depression among older adults globally is 28.4% (9), and depression may accelerate the cellular aging process (10). Symptoms of depression, anxiety, and other emotional issues also manifest in the preclinical stages of Alzheimer’s disease (AD) (11). EPs greatly impact the health and lifespan of the older adult. Therefore, in the context of global aging, it is particularly important to meticulously explore the factors behind emotional issues.

EPs, characterized primarily by emotional disturbances such as depression, anxiety, mania, and feelings of loneliness, may also entail impulsive behavior, disruptions in sleep and diet, and even suicidal or self-harming thoughts (12). For middle-aged and older adult individuals, the pressures of work and family, or difficulties adjusting to life after retirement, coupled with disparities in social interaction and attention, can lead to emotional disruptions, resulting in a spectrum of EPs (13). In the prodromal stages of AD, which often coincide with gradual and insidious impairments in ADL, individuals may experience EPs, manifesting as depression or anxiety, yet these symptoms often go unnoticed, leading to exacerbation in later stages of AD (14, 15). During the recovery and sequelae phases of stroke, EPs are often present (16), with patients frequently experiencing difficulty in emotional regulation, thereby impacting stroke rehabilitation (17, 18). ADL encompasses a range of pertinent issues such as personal self-care, proficiency in functional tasks, and the ability to perform activities, serving as a cornerstone of an individual’s quality of life (19). Age-related impairments in ADL may render middle-aged and older adult individuals unable to accept declines in physical function and personal capabilities, thereby triggering EPs (20). Encouraging patients to improve their ADL is a crucial measure in the rehabilitation of EPs, as enhancing ADL can aid patients in returning to normal life and stabilizing their emotions (21). In stroke rehabilitation, as patients’ physical abilities improve, activities such as independent eating, walking, and climbing stairs can alleviate EPs resulting from stroke sequelae (22, 23).

Previous studies have hinted at the potential correlation between ADL and EPs. To elucidate this correlation further, the present study collected data from the China Health and Retirement Longitudinal Survey (CHARLS) in 2018 and employed various statistical methods for analysis, revealing a significant correlation between ADL and EPs. Additionally, three machine learning algorithms—Support Vector Machine (SVM), Decision Tree (DT), and Logistic Regression (LR)—were employed to validate our findings. The primary objective of this study is to elucidate the association between ADL and EPs, enhance the awareness of ADL among middle-aged and older adult individuals, and introduce novel avenues for non-pharmacological rehabilitation therapy for emotional issues in this demographic group.

2 Methods 2.1 Study population

This study collected data from the China Health and Retirement Longitudinal Study (CHARLS) baseline dataset, which is operated by the National School of Development at Peking University. CHARLS has established a high-quality open-access database encompassing various details regarding individuals, families, health status, and socio-economic aspects, including “Health Status and Functioning,” “Cognition,” “Work Retirement,” and “Family Information.” The study cohort comprised individuals aged 45 and above randomly selected from 150 counties or districts and 450 villages or urban areas across 28 provinces, representing the middle-aged and older adult population in China (24). Utilizing the 2018 CHARLS dataset, this study encompassed a total of 20,813 samples. Participants under 45 years old were excluded from the analysis, along with those with insufficient demographic or health data, resulting in a final sample size of 9,766 individuals.

2.2 Assessment of emotional problems

The assessment was conducted based on the records of emotional problems data “Diagnosed with Emotional Problems by a Doctor” in CHARLS. The samples were divided into two cohorts: those affirmed as “Diagnosed with Emotional Problems by a Doctor” and those negated as “Not diagnosed with Emotional Problems by a Doctor.”

2.3 Assessment of ADL

The Barthel Index (BI) is a recognized method used to assess the level of ADL. In this study, the BI was employed to evaluate the ADL of all samples. The BI categorizes daily activities into 10 independent elements, including “Feeding,” “Bathing,” “Grooming,” “Dressing,” “Bowel Control,” “Bladder Control,” “Toilet Use,” “Transfers,” “Mobility,” and “Stairs,” each element being assessed with a score (Table 1), reflecting the individual’s ability and proficiency in completing the respective tasks. By assigning scores to each element and summarizing these scores, the BI is derived, ranging from 0 to 100. A higher BI score indicates greater autonomy and proficiency in performing daily life activities (6, 2527).

www.frontiersin.org

Table 1. Activities of daily living scale.

2.4 Assessment of covariates

The covariates in this study were derived from the CHARLS dataset, encompassing variables such as age, gender (male, female), residence (Central of City/Town, Urban–Rural Integration Zone, Rural, Special Zone), education (ranging from No Formal Education (Illiterate) to Doctoral Degree/Ph.D.), smoking status (Still Smoke, Quit or No, Never Smoked), drinking status (Drink more than once a month, Drink but less than once a month, None), as well as hypertension, diabetes, and dyslipidemia. For age, middle-aged individuals were defined as those aged 45 to below 60 years, while older adult individuals were defined as those aged 60 years and above. Regarding hypertension, as per the 2010 Chinese Hypertension Guidelines, hypertension was diagnosed based on an average systolic blood pressure ≥ 140mmHg, and/or an average diastolic blood pressure ≥ 90mmHg, and/or self-reported use of antihypertensive medications within the past 2 weeks (28). Diabetes diagnosis criteria included a fasting blood glucose level ≥ 7.0 mmol/L or current treatment with antidiabetic medication. Dyslipidemia diagnosis criteria, following the 2016 Chinese Adult Dyslipidemia Guidelines, included total cholesterol level ≥ 240 mg/dL, high-density lipoprotein cholesterol level < 40 mg/dL, low-density lipoprotein cholesterol level > 160 mg/dL, or triglyceride level ≥ 200 mg/dL (29).

2.5 Statistical analysis

In the demographic characteristics analysis, continuous variables such as age and BI were summarized using mean and standard deviation (SD), while categorical variables like gender, residence, and education were represented as counts and percentages. To examine demographic characteristics, independent sample t-tests were employed for continuous variables to discern differences, while chi-square tests were utilized for categorical variables. Correlation analysis involved Pearson correlation tests to assess the relationship between independent variables, covariates, and dependent variables. Subsequently, a comprehensive evaluation of the relationship between ADL and EPs was conducted through hierarchical multiple linear regression analysis. This regression underwent three iterations with distinct models, incorporating dummy variables as references in each variable. Model 1 included three variables: age, gender, and ADL. Model 2 extended Model 1 by adding residence, education, smoking status, and drinking status, resulting in a total of seven variables. Model 3 further expanded upon Model 2 with the inclusion of hypertension, diabetes, and dyslipidemia, encompassing a total of 10 variables.

2.6 Machine learning algorithm 2.6.1 Parameter setup

The machine learning algorithms were implemented using the PyCharm 2023.1.2 integrated development environment and executed on a computer running the Windows 11 operating system. The software development process was conducted within the specified Anaconda development environment, utilizing Python version 3.10.2 for coding and analysis. A random seed number of 42 was set and maintained consistently across the entire process to ensure the reproducibility and consistency of results. The original dataset was partitioned into two distinct subsets: a training set and a testing set. The training set comprised 70% of the original data, while the remaining 30% was allocated to the testing set. The data was randomly shuffled, and the model’s performance was evaluated by examining the classification results generated from the testing dataset.

2.6.2 Experimental models 2.6.2.1 Support vector machine

The SVM stands out as a prominent supervised learning technique within the realm of machine learning, classified as a generalized linear classifier. Its core objective revolves around accurately classifying data points by discerning the maximum-margin hyperplane, which serves as the decision boundary for the training dataset. One of SVM’s distinguishing features is its adaptability in tackling nonlinear classification tasks, facilitated by the utilization of kernel functions. This capability underscores SVM’s pivotal role in kernel-based learning methodologies. Notably, SVM demonstrates remarkable efficacy in addressing high-dimensional problems, including those characterized by expansive feature spaces, and exhibits prowess in navigating intricate relationships among nonlinear features (30, 31).

2.6.2.2 Decision tree learning

DT, a widely used supervised technique in statistics, data mining, and machine learning, offers versatile classification and regression capabilities. These trees, fashioned as predictive models, derive insights from observational data. In classification, they serve as tree-based models for discrete target variable values, with terminal nodes denoting class labels and branches delineating feature combinations leading to these labels. In regression, decision trees adeptly handle continuous target variable values, typically real numbers. Their adaptability spans various data types, encompassing categorical sequences, thereby augmenting their versatility across diverse analytical domains. Known for their simplicity and interpretability, decision trees are valuable tools for transparent decision-making processes and are particularly useful in decision analysis and data mining applications, where they provide descriptive insights and aid in decision-making (3234).

2.6.2.3 Logistic regression

LR (Equation 1), a widely embraced methodology in supervised learning within machine learning, is distinct from linear regression as it primarily tackles classification problems, even in multi-classification scenarios. During training, the model learns from a dataset comprising multiple groups, known as the training set, absorbing patterns crucial for classification decisions. After training, the model applies this acquired knowledge to classify one or more datasets, referred to as the test set, each characterized by various indicators contributing to the decision-making process. Logistic regression’s adaptability renders it indispensable in supervised learning, playing a foundational role in machine learning methodologies across scientific and medical domains (3537).

sigmoid=11+e−z    (1)

Equation 1: Logistic regression.

2.6.3 Evaluating indicator

This study utilized accuracy, precision, recall, and F1-score as the selected evaluation metrics (38, 39). Accuracy assesses the proportion of correctly predicted labels to the total labels (Equation 2). Precision evaluates the proportion of true positive predictions among all positive predictions (Equation 3). Recall gauges the proportion of true positive predictions among all actual positive instances (Equation 4). F1-score reflects the robustness of the model, simultaneously considering precision and recall. A higher F1 value indicates better model performance (Equation 5).

Accuracy=TP+TNTP+FP+TN+FN    (2)

Equation 2: Accuracy.

Precision=TPTP+FP    (3)

Equation 3: Precision.

Recall=TPTP+FN    (4)

Equation 4: Recall.

F1=2TP2TP+FN+FP=2∗Precision∗RecallPrecision+Recall    (5)

Equation 5: F1-score (TP, True Positive; FP, False Positive; FN, False Negative; TN, True Negative).

3 Results 3.1 Characteristics of samples

The study rigorously excluded ineligible subjects, namely those aged 45 and below, as well as individuals lacking adequate demographic or health data. Ultimately, the cohort comprised 9,766 participants, among whom 3,904 were male (39.98%) and 5862 were female (60.02%). Table 2 encapsulates the demographic characteristics of the study cohort, wherein 9539 individuals (97.68%) remained undiagnosed with EPs by medical professionals, while 227 individuals (2.32%) received EP diagnoses. Remarkably, those diagnosed with EPs demonstrated substantially lower average BI scores (65.044, standard deviation = 30.6421) compared to their undiagnosed counterparts (85.128, standard deviation = 17.6386), indicating a significant disparity (p < 0.001, t = 16.573) in ADL between the diagnosed and undiagnosed EP cohorts. Furthermore, significant differences (p < 0.001) were discerned between individuals diagnosed with EPs and those without in terms of gender (p = 0.015), smoking status (p = 0.005), alcohol consumption (p < 0.001), hypertension (p = 0.001), and dyslipidemia (p = 0.011). Analysis of the demographic features of the sample underscores the influence of ADL, gender, education, smoking and alcohol habits, as well as the presence of hypertension or dyslipidemia on the prevalence of EPs.

www.frontiersin.org

Table 2. Demographic characteristics of middle-aged and older adults Chinese with and without emotional problems by doctor.

3.2 The correlation between variable and EPs

We employed Pearson correlation analysis to explore the relationship between EPs and both independent and covariate variables (Table 3). The results reveal a significant negative correlation between ADL and EPs (r = −0.165, p < 0.001), indicating an increased susceptibility to EPs among individuals with impaired ADL. Additionally, a slight yet significant positive correlation was observed between gender and EPs (r = 0.025, p = 0.015), suggesting a higher likelihood of females being diagnosed with EPs. Regarding smoking status, a significant positive correlation with EPs was found (r = 0.032, p = 0.002), implying a higher susceptibility to EPs among non-smokers. Similarly, a significant positive correlation was observed between alcohol consumption and EPs (r = 0.044, p < 0.001), indicating that individuals with lower alcohol consumption frequency are more likely to be diagnosed with EPs. Furthermore, hypertension (r = 0.032, p = 0.001) and dyslipidemia (r = 0.026, p = 0.011) exhibited significant positive correlations with EPs, suggesting a greater likelihood of individuals with hypertension or dyslipidemia being diagnosed with EPs.

www.frontiersin.org

Table 3. Correlation between variable and emotional problems.

3.3 Associations between ADL and EPs

To delve deeper into the correlation between EPs and ADL, we employed hierarchical multiple linear regression to systematically investigate the association between the independent variables (ADL, age, gender, residence, smoking status, etc.) and the dependent variable EPs across three distinct models (Model 1, Model 2, Model 3; Table 4).

www.frontiersin.org

Table 4. Associations between ADL and emotional problems in middle-aged and older adults Chinese.

In Model 1, we included ADL, age, and gender (R = 0.170, R2 = 0.029, F = 96.764, p < 0.001). We observed a significant negative correlation between ADL and EPs (B = −0.001, β = −0.175, t = −16.777, 95% CI = −0.002, −0.001, p = 0.000), underscoring the heightened susceptibility to EPs among individuals with impaired daily living abilities. In Model 2, additional covariates were incorporated (residence, education, smoking, and drinking status), where ADL continued to exhibit a pronounced negative correlation with EPs (B = −0.001, β = −0.174, t = −16.528, 95% CI = −0.002, −0.001, p = 0.000), maintaining statistical significance. In the final iteration, Model 3 introduced hypertension, dyslipidemia, and diabetes, reaffirming the negative correlation between ADL and EPs (B = −0.002, β = −0.186, t = −16.476, 95% CI = −0.002, −0.001, p = 0.000), with an overall significant fit (R = 0.190, R2 = 0.036, F = 15.870, p < 0.001).

All three models demonstrated statistically significant associations between the independent and dependent variables (p < 0.001). The R value increased gradually from 0.170 in Model 1 to 0.190 in Model 3, indicating an enhanced ability to explain the variability of outcomes. Across all models, despite adjustments for covariates, our study consistently emphasized the significant association between declining ADL and increased susceptibility to EPs, while underscoring the robustness of this relationship.

In our investigation, hypertension emerged as a consistent factor exhibiting correlation with EPs across all analyses, suggesting its potential role as a significant confounding factor in this study. To mitigate this confounding effect, we partitioned the entire sample into two cohorts: a hypertension group (Table 5) and a non-hypertension group (Table 6). Through this stratification, we aimed to delve into the relationship between ADL and EPs in detail.

www.frontiersin.org

Table 5. Associations between ADL and EPs in the hypertension group.

www.frontiersin.org

Table 6. Associations between ADL and EPs in the non-hypertension group.

Within the hypertension group, iterative modeling across three iterations continued to reveal a statistically significant negative correlation between ADL and EPs (B = −0.001, β = −0.123, t = −4.784, 95% CI = −0.001, −0.001, p = 0.000). Similarly, within the non-hypertension group, this negative correlation persisted (B = −0.002, β = −0.202, t = −17.450, 95% CI = −0.002, −0.002, p = 0.000). These findings underscore that irrespective of hypertension status and adjustments for covariates, ADL continues to influence susceptibility to EPs (p < 0.001).

3.4 Machine learning algorithm confirm the link between ADL and EPs

Through statistical analysis, we have identified a significant negative correlation between ADL and EPs, indicating that individuals with impaired daily living abilities are more susceptible to EPs. Moreover, employing hierarchical multiple linear regression, adjusting for and iterating covariates, we have established the stability of the negative correlation between ADL and EPs. Consequently, we employed three machine learning algorithms—SVM, DT, and LR—to validate the association between the two.

The results (see Figure 1A) demonstrate that the Area Under the Curve (AUC) values of SVM, DT, and LR exceeded the critical threshold of 0.7, reaching 0.700, 0.742, and 0.711, respectively, confirming the diagnostic capability of these models. Comprehensive evaluation of the three machine learning algorithms using Accuracy, Precision, Recall, and F1 Score metrics (see Figure 1B; Table 7) reveals that DT exhibited outstanding Accuracy (0.677) and Precision (0.735), while SVM demonstrated superiority in Recall (0.600) and F1 Score (0.637). The combined statistical analysis and machine learning algorithm validation affirm a substantial association between ADL and EPs, indicating that impaired daily living abilities increase susceptibility to emotional problems.

www.frontiersin.org

Figure 1. Receiver operating characteristic (ROC) curves and evaluation metrics. (A) ROC curves with AUC for the three machine learning algorithms. (B) Comparison of three machine learning algorithms.

www.frontiersin.org

Table 7. Evaluation of the three machine learning algorithms.

To enhance the credibility of the association between ADL and EPs and underscore the predictive role of ADL in EPs, we partitioned the dataset into two groups with distinct features. The first group included all covariates except for the Bath Index (BI), while the second group incorporated BI while retaining the same set of covariates. Machine learning algorithms rigorously validated these two data subsets. The results demonstrate that upon inclusion of BI, the AUC values of SVM and LR models increased from 0.825 and 0.627 to 0.903 and 0.743, respectively, whereas in the DT model, the AUC value decreased from 0.966 to 0.956. Overall, the addition of BI enhanced the predictive AUC values and improved model performance (see Figures 2A,B). Further analysis using Accuracy, Precision, Recall, and F1 Score metrics (see Figures 2CE; Table 8) revealed that the SVM model exhibited the best performance, with Accuracy increasing from 0.749 to 0.823, Precision from 0.698 to 0.794, and F1 Score from 0.776 to 0.830, demonstrating robust overall performance.

www.frontiersin.org

Figure 2. Comparison of overall effects of machine learning algorithms for two distinct datasets. (A) ROC curves with AUC for omit Barthel index group. (B) ROC curves with AUC for enter Barthel index group. (C) Contrasting the SVM model across the two groups. (D) Contrasting the DT model across the two groups. (E) Contrasting the LR model across the two groups.

www.frontiersin.org

Table 8. Overall evaluation of three machine learning algorithms for two datasets.

All three machine learning algorithms verified the association between ADL and EPs and affirmed the positive role of BI in overall prediction, enhancing model performance. The validation of machine learning algorithms confirms our finding that impaired daily living abilities increase susceptibility to EPs.

4 Discussion

Amidst the ongoing global aging population phenomenon (40), the potential hazards of EPs among middle-aged and older adult individuals are gradually gaining attention. EPs may arise from psychological discrepancies associated with aging and are often concomitant with certain diseases (41). The exacerbation of global aging has led to increased feelings of loneliness among the older adult, coupled with the disregard for psychological well-being and emotional stability by individuals and families, thereby fostering the proliferation of EPs (42, 43). Hence, early detection and intervention for the complex factors contributing to EPs become particularly imperative.

In this study, we commenced by conducting demographic analyses of the individuals included in the research cohort. We observed disparities in the mean BI scores between cohorts afflicted with EPs and those without EPs, with the former exhibiting lower mean BI scores compared to the latter. Subsequently, utilizing Pearson correlation analysis, we established a negative correlation between ADL and EPs. Subsequent to this, employing iterative iterations of three distinct models, we conducted stratified multivariate linear regression. Even after controlling for covariates such as age, gender, residency, education, smoking and drinking status, and chronic diseases, a significant negative correlation between ADL and EPs persisted. Furthermore, machine learning algorithms validated our findings. In experiments utilizing solely BI data, the AUC scores of all three machine learning algorithms exceeded 0.7, indicating diagnostic value. In the subsequent experiments involving two groups—one with additional covariates and another with additional covariates plus BI—the inclusion of BI resulted in an overall enhancement of the predictive performance of machine learning algorithms. Particularly noteworthy was the notable improvement observed in the predictive performance of SVM when BI was added. This underscores the positive influence of BI on the predictive capabilities of machine learning algorithms, thus corroborating our findings that ADL impairment heightens susceptibility to EPs.

This study also conducted an analysis of other covariates. In the examination of demographic characteristics and Pearson correlation, gender, smoking and drinking status, hypertension, and dyslipidemia exhibited statistically significant differences between the EPs and non-EPs groups and were all significantly positively correlated with EPs. Specifically, females were more prone to EPs, while individuals with hypertension and dyslipidemia were also more susceptible to EPs, consistent with previous research findings (4448). However, regarding smoking and drinking status, the results of this study showed that individuals who smoked less and drank less frequently were more susceptible to EPs, contradicting previous studies. We attribute this discrepancy to the higher proportion of female individuals in this study, as generally, fewer Chinese females have habits of smoking and drinking in daily life (49, 50). Additionally, studies have reported that acetylcholine contributes to regulating brain homeostasis and shaping synaptic neuron transmission and neurotransmitter levels (51). Nicotine may improve mood and alleviate anxiety by increasing acetylcholine release and the number of nicotinic receptors (52). As for other covariates such as residence and education level in this study, their definitions cannot be simply delineated through basic demographic characteristics and Pearson correlation analysis. These factors, as potential influencers of EPs, may require joint analysis with various socio-economic factors such as offspring support, retirement pensions, family migration, childhood experiences, etc., to derive more scientifically sound conclusions (53).

This study identified a significant negative correlation between ADL and EPs, which remained stable even after adjusting for other covariates, a relationship confirmed by machine learning algorithms. Therefore, emphasizing the importance of exercise for the older adults in daily life activities is crucial. Encouraging the older adults to improve ADL in community healthcare and home care settings serves as a preventive measure against EPs and ensures a better quality of life, forming the basis for quality longevity (54, 55). In the process of disease rehabilitation, such as stroke, timely restoration of ADL in patients is conducive to their psychological well-being post-illness and enhances their confidence in recovery (56, 57).

Nevertheless, this study has limitations. Its cross-sectional design precludes longitudinal exploration, hindering causal relationship establishment between ADL and EPs. Declining ADL may signify a symptom rather than a causative factor in EPs progression, inferring only a significant negative correlation between ADL and EPs. CHARLS data, collected annually, lacks precise diagnosis timings, constraining causal relationship determination. Future longitudinal studies are vital for robust evidence. Relying on “Diagnosed with Emotional Problems by a Doctor” in CHARLS, lacking detailed emotional problem classification such as Posttraumatic Stress Disorder (PTSD) and Generalized Anxiety Disorder (GAD), is another limitation. Enhancing understanding requires comprehensive emotional health assessments. Despite significant ADL-EPs correlation, predictive utility of ADL alone is limited; exploring sleep quality, social support, socioeconomic status, and chronic stress is needed to enhance predictive accuracy. Additionally, the small proportion (2.32%) of individuals diagnosed with EPs may introduce bias. Despite utilizing Synthetic Minority Over-sampling Technique(SMOTE) to address class imbalance, future studies should explore advanced techniques like stratified sampling or ensemble learning algorithms to improve result reliability. Although we examined three machine learning algorithms, further investigation is warranted for optimal predictive model identification. Nonetheless, our study’s predictive capacity remains significant (58, 59).. Furthermore, BI, derived from self-reported scales in the CHARLS dataset, differs from clinical assessments. However, literature supports the reliability of self-reported ADL assessments, validating our approach (6062).

5 Conclusion

This study employs various statistical methods to reveal a negative correlation between ADL and EPs. Furthermore, the utilization of machine learning algorithms confirms this finding, indicating that impaired ADL heightens susceptibility to EPs.

5.1 Summary

Emotional Problems (EPs) have become a significant challenge affecting the quality of life in middle-aged and older adult populations, garnering increasing attention in public health. Early detection of potential EPs among middle-aged and older adults is crucial. This study explores the potential of Activities of Daily Living (ADL) as predictive indicators for EPs. Using data from the 2018 China Health and Retirement Longitudinal Study (CHARLS) national baseline survey, which includes 9,766 individuals aged 45 and above, we assessed ADL using the Barthel Index (BI). Statistical analyses were conducted to investigate the correlation between ADL and EPs, followed by validation using machine learning algorithms (Support Vector Machine, Decision Tree, and Logistic Regression) to elucidate the underlying relationship between ADL and EPs.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary material, further inquiries can be directed to the corresponding authors.

Ethics statement

The studies involving humans were approved by the National School of Development at Peking University (http://charls.pku.edu.cn). The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required from the participants or the participants' legal guardians/next of kin in accordance with the national legislation and institutional requirements.

Author contributions

MG: Conceptualization, Data curation, Writing – original draft, Formal analysis, Investigation, Methodology. SX: Methodology, Software, Validation, Writing – original draft. XH: Data curation, Investigation, Supervision, Writing – original draft. JH: Methodology, Software, Validation, Writing – original draft. HY: Conceptualization, Formal analysis, Project administration, Resources, Writing – review & editing. LZ: Conceptualization, Formal analysis, Funding acquisition, Project administration, Resources, Supervision, Writing – original draft, Writing – review & editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. This work was supported by grants from National Natural Science Foundation of China (82060863), Science and technology projects of Guizhou Province (Qiankeheji-zk [2021] General 500), Research project of the Second Affiliated Hospital of Guizhou University of TCM GZEYK [2020]11, Research project of Guizhou University of Traditional Chinese Medicine [2019]20, Traditional Chinese Medicine and Ethnic Medicine Science and Technology Research Special Project of Guizhou Province (QZYY-2024-068).

Acknowledgments

I thank LZ for his helpful suggestion.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpubh.2024.1391033/full#supplementary-material

Footnotes References

1. Cheng, S-T, and Siankam, B. The impacts of the HIV/AIDS pandemic and socioeconomic development on the living arrangements of older persons in sub-Saharan Africa: a country-level analysis. Am J Community Psychol. (2009) 44:136–47. doi: 10.1007/s10464-009-9243-y

PubMed Abstract | Crossref Full Text | Google Scholar

3. Cai, H, Jin, Y, Liu, R, Zhang, Q, Su, Z, Ungvari, GS, et al. Global prevalence of depression in older adults: a systematic review and meta-analysis of epidemiological surveys. Asian J Psychiatr. (2023) 80:103417. doi: 10.1016/j.ajp.2022.103417

PubMed Abstract | Crossref Full Text | Google Scholar

4. Zhao, J, Liu, YWJ, Tyrovolas, S, and Mutz, J. Exploring the concept of psychological frailty in older adults: a systematic scoping review. J Clin Epidemiol. (2023) 159:300–8. doi: 10.1016/j.jclinepi.2023.05.005

PubMed Abstract | Crossref Full Text | Google Scholar

5. Jang, S, Numbers, K, Lam, BCP, Sachdev, PS, Brodaty, H, and Reppermund, S. Performance-based vs informant-reported instrumental activities of daily living in predicting dementia. J Am Med Dir Assoc. (2022) 23:1342–1347.e9. doi: 10.1016/j.jamda.2021.09.020

PubMed Abstract | Crossref Full Text | Google Scholar

6. He, J, Wang, W, Wang, S, Guo, M, Song, Z, and Cheng, S. Taking precautions in advance: a lower level of activities of daily living may be associated with a higher likelihood of memory-related diseases. Front Public Health. (2023) 11:1293134. doi: 10.3389/fpubh.2023.1293134

PubMed Abstract | Crossref Full Text | Google Scholar

7. Hill, NL, Mogle, J, Wion, R, Munoz, E, DePasquale, N, Yevchak, AM, et al. Subjective cognitive impairment and affective symptoms: a systematic review. The Gerontologist. (2016) 56:e109–27. doi: 10.1093/geront/gnw091

PubMed Abstract | Crossref Full Text | Google Scholar

8. Fernandes, E, and Stéfani, C. Emotional problems and health-related quality of life: population-based study. Qual Life Res Int J Qual Life Asp Treat Care Rehab. (2019) 28:3037–46. doi: 10.1007/s11136-019-02230-9

Crossref Full Text | Google Scholar

9. Hu, T, Zhao, X, Wu, M, Li, Z, Luo, L, Yang, C, et al. Prevalence of depression in older adults: a systematic review and meta-analysis. Psychiatry Res. (2022) 311:114511. doi: 10.1016/j.psychres.2022.114511

Crossref Full Text | Google Scholar

10. Verhoeven, JE, Révész, D, Picard, M, Epel, EE, Wolkowitz, OM, Matthews, KA, et al. Depression, telomeres and mitochondrial DNA: between-and within-person associations from a 10-year longitudinal study. Mol Psychiatry. (2018) 23:850–7. doi: 10.1038/mp.2017.48

PubMed Abstract | Crossref Full Text | Google Scholar

12. Patten, SB, Williams, JVA, Lavorato, DH, Wang, JL, Jetté, N, Sajobi, TT, et al. Patterns of association of chronic medical conditions and major depression. Epidemiol Psychiatr Sci. (2018) 27:42–50. doi: 10.1017/S204579601600072X

PubMed Abstract | Crossref Full Text | Google Scholar

13. Surkalim, DL, Clare, PJ, Eres, R, Gebel, K, Bauman, A, and Ding, D. Have middle-aged and older Americans become lonelier? 20-year trends from the health and retirement study. J Gerontol B Psychol Sci Soc Sci. (2023) 78:1215–23. doi: 10.1093/geronb/gbad062

PubMed Abstract | Crossref Full Text | Google Scholar

14. Pinz, MP, Vogt, AG, da Costa Rodrigues, K, dos Reis, AS, Duarte, LFB, Fronza, MG, et al. Effect of a purine derivative containing selenium to improve memory decline and anxiety through modulation of the cholinergic system and na+/K+-ATPase in an Alzheimer's disease model. Metab Brain Dis. (2021) 36:871–88. doi: 10.1007/s11011-021-00703-w

PubMed Abstract | Crossref Full Text |

留言 (0)

沒有登入
gif