learn.howToCalculate
learn.whatIsHeading
Spearman's rank correlation (rs) measures the strength of the monotonic relationship between two variables using their ranks. It is the non-parametric equivalent of Pearson's r and is more robust to outliers.
단계별 가이드
- 1Rank each variable from 1 to n
- 2rs = 1 − (6Σd²) / (n(n²−1))
- 3d = difference in ranks for each pair
- 4Perfect rank agreement → rs=1; perfect reversal → rs=−1
풀어진 예시
입력
Two raters rank 5 items: d² values: 1,0,4,1,0
결과
rs = 0.7 — moderate to strong rank correlation
1−6×6/(5×24)=0.7
계산할 준비가 되셨나요? 무료 Spearman Correlation 계산기를 사용해 보세요
직접 시도해 보세요 →