关于 Dijkstra 的信度系数ρ_A定义和用法

xxxspy 2023-12-05 18:23:19
Categories: Tags:

rho_A 的英文名称是 reliability coefficient rhoA (Dijkstra, 2014; Dijkstra & Henseler, 2015), 也是信度的一种, 与组合信度CR(rhoc)和内部一致性信度(alpha)具有一定的关系,
所以数值上 rho_a 位于rho_c和alpha之间. 意义与他们不同, rho_a 衡量的是测量指标之间的相关性, 或者他们的共同变异占总变异的比率.

计算公式

$$ \rho_A = \sqrt{\frac{\sum_{i=1}^p \sum_{j=1}^p \rho_{ij}}{p(p-1)}} $$

从公式中也可以看出, 它类似于求各个指标之间相关系数的平均值.

rho_A 的值范围为 0 到 1。值越高,可靠性越好。一般来说,rho_A 值高于 0.7 表示复合构造具有良好的可靠性。

与组合信度rho_c的区别

Both composite reliability rho_c and reliability coefficient rho_A are internal consistency measures used in Structural Equation Modeling (SEM) and Partial Least Squares Structural Equation Modeling (PLS-SEM) to assess the reliability of a composite construct. However, they differ in their assumptions and calculations:
组合信度rho_c和信度系数rho_A都是用来衡量潜变量的内部一致性的, 通常在结构方程模型或者最小二乘法的结构方程模型中使用.

组合信度 Composite Reliability (rho_c):

信度系数 Reliability Coefficient (rho_A):

总结:

如果你有强烈的证据认为构念(潜变量)是一维的, 你可以使用rho_c, 如果你不是很确定, 你可以使用 rho_A . 最好的选择往往是基于你的实际研究情景和模型假设. 不过, 很多情况下研究者都是汇报两种信度指标, 以便对结果有更全面的衡量.

参考文献

Dijkstra, T. K. (2014). PLS’ Janus face–response to professor Rigdon’s ‘rethinking partial least squares modeling: In praise of simple methods. Long Range Planning, 47(3), 146–153.

Dijkstra, T. K., & Henseler, J. (2015). Consistent partial least squares path modeling. MIS Quarterly, 39(2), 297–316.