论文mindfulness_PTSS_COVID19(一):介绍

禁止商业或二改转载,仅供自学使用,侵权必究,如需截取部分内容请后台联系作者!
在这里插入图片描述

介绍

本教程是针对The more mindfulness practice, the more post‐trauma stress symptoms? Trait mindfulness and PTSS during the COVID‐19 pandemic [@wang2024more]文献的结果复现。

在这里插入图片描述

该文献的研究点和结论见下面:

这篇文章研究了在COVID-19大流行期间,个体的特质正念(trait mindfulness)、冥想经历以及流行病/疫情经历对创伤后应激症状(PTSS)的影响,以及情绪韧性在其中的中介作用。研究共有522名来自中国湖北省的参与者,他们完成了五因素正念问卷(Five Facet Mindfulness Questionnaire)、青少年情绪韧性问卷(Adolescents’ Emotional Resilience Questionnaire)以及DSM-5的PTSD检查表(PTSD Checklist for DSM-5)。研究结果表明:

  • 有家人或朋友被诊断出COVID-19的参与者在回避行为上的得分更高。

  • 有家人或朋友被诊断出SARS或H1N1的参与者在PTSS总分上的得分更高。

  • 有冥想经历的参与者在PTSS的所有维度上(除了回避)得分显著更高。

  • 特质正念与PTSS之间的关系中,从负面情绪中恢复的能力(recovering from negative emotions)起到了显著的中介作用(95%CI= [-0.212, -0.094]),而产生积极情绪的能力(generating positive emotion)的中介作用不显著(95%CI= [-0.050, 0.071])。

文章的结论是,具有疫情/流行病经历的个体更有可能表现出更高水平的PTSS。具有冥想经历的个体也表现出更高水平的PTSS,这可能与冥想的质量有关。特质正念以及从负面情绪中恢复的能力是防止PTSS的保护因素。研究强调了在COVID-19大流行期间,提高个体的正念水平和情绪调节能力对于减轻PTSS和促进创伤后适应的重要性,尤其对于那些有先前创伤经历的个体。

文章对上述结论的结果数据分析是使用的SPSS软件,本教程将使用R语言对文章的结果进行整体复现。

::: callout-warning
因为文章没有给出每个维度的规则,所以最后R计算得到的结果会与文章存在部分偏差。
:::

文章结果

文章的结果是由五个表格构成,它们分别是:

  • Table1: Demographic characteristics of the sample

在这里插入图片描述

  • Table2: Analysis of differences in attitudes and PTSS among individuals experiencing different epidemics

在这里插入图片描述

  • Table3: Analysis of differences in all variables among individuals with different gender and meditation experience (n=522)

在这里插入图片描述

  • Table4: The mean (M), standard deviation (SD), and Pearson’s correlations of the variables (n = 522)

在这里插入图片描述

  • Table5: Analysis of total, direct and indirect effects of trait mindfulness on PTSS

在这里插入图片描述

教程设置

关于教程:教程安排是这样的,每个章节是对每张表格的R复现。

  • 第1章:数据预处理

  • 第2章:生成表1(Table1: Demographic characteristics of the sample)

  • 第3章:生成表2(Table2: Analysis of differences in attitudes and PTSS among individuals experiencing different epidemics)

  • 第4章:生成表3(Table3: Analysis of differences in all variables among individuals with different gender and meditation experience (n=522))

  • 第5章:生成表4(Table4: The mean (M), standard deviation (SD), and Pearson’s correlations of the variables (n = 522))

  • 第6章:生成表5(Table5: Analysis of total, direct and indirect effects of trait mindfulness on PTSS)

  • 第7章:总结

需要的R包

需要使用到的R包,大家可以通过install.packages("package_names")安装或其他方式。


xfun::session_info(packages = c(
  "tidyverse", "readxl", "gtsummary", 
  "stringr", "writexl", "psych", 
  "rstatix", "Hmisc", "mediation", 
  "lavaan", "openxlsx", "huxtable", 
  "DT", "kableExtra"
), dependencies = FALSE)

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

生信学习者1

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值