Skip to main content

learn.howToCalculate

learn.whatIsHeading

R² (coefficient of determination) measures the proportion of variance in the dependent variable that is predictable from the independent variable(s). R²=0.80 means 80% of variation in Y is explained by the model.

단계별 가이드

  1. 1R² = 1 − SS_residual / SS_total
  2. 2SS_total = Σ(yi − ȳ)²
  3. 3SS_residual = Σ(yi − ŷi)²
  4. 4For simple linear regression: R² = r²

풀어진 예시

입력
SS_total=100 · SS_residual=30
결과
R² = 0.70 — model explains 70% of variance
Reasonable for many real-world applications

계산할 준비가 되셨나요? 무료 R-squared 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro