发布网友 发布时间:2024-10-18 06:22
共1个回答
热心网友 时间:2024-11-02 22:13
链式中介分析旨在理解两个变量之间中介效应的复杂性,通常涉及多个中介变量。下面提供一种简单的十分钟快速掌握AMOS中介分析之链式中介的方法。
首先,定义链式中介的数学表达式。以两个中介变量为例,假设模型包含直接效应、简单中介效应以及链式中介效应。公式如下:
ind1=p.a1*p.b1
ind2=p.a2*p.b2
ind3=p.a1*p.d1*p.b2
其中,a1、a2、d1分别代表自变量到各中介变量的效应,b1、b2代表各中介变量到因变量的效应。
接下来,进行标准化直接效应的计算。通过以下公式获取:
stda1=e.StandardizedDirectEffect(M1,X)
stda2=e.StandardizedDirectEffect(M2,X)
stdb1=e.StandardizedDirectEffect(Y,M1)
stdb2=e.StandardizedDirectEffect(Y,M2)
stdd1=e.StandardizedDirectEffect(M2,M1)
这里,stda1、stda2分别表示自变量到各中介变量的标准化效应,stdb1、stdb2表示各中介变量到因变量的标准化效应,stdd1表示中介变量间的反向效应。
计算链式中介效应。结合上述标准化效应值,计算各链式中介效应:
sind1=stda1*stdb1
sind2=stda2*stdb2
sind3=stda1*stdd1*stdb2
最后,通过打开output并查看间接效应的置信区间表。此表将帮助判断链式中介效应是否成立。若置信区间不包含0,说明链式中介效应成立。
参考文献:Mackinnon D P, Fritz M S, Williams J, et al. Distribution of the product confidence limits for the indirect effect: Program PRODCLIN[J]. Behavior Research Methods, 2007, 39(3):384.