如何计算Cronbach's Alpha
learn.whatIsHeading
Cronbach's alpha (α) measures internal consistency reliability — whether items measuring the same construct produce correlated scores. α > 0.7 is generally acceptable; > 0.9 is excellent.
分步指南
- 1α = (k × r̄) / (1 + (k−1) × r̄)
- 2k = number of items · r̄ = average inter-item correlation
- 3Higher α: items are more redundant/internally consistent
例题解析
输入
10-item scale · avg inter-item r=0.4
结果
α = 0.87 — good reliability
(10×0.4)/(1+9×0.4)=0.87
准备好计算了吗?尝试免费的 Cronbach's Alpha 计算器
自己尝试一下 →