Learn Before
  • R-Squared (Coefficient of Determination)

Adjusted R-Squared

Adjusted R-Squared is a version of R-Squared that is adjusted for the number of predictors (independent variables) in a model. Its advantage over R-Squared is that it accounts for statistical shrinkage. The normal R-Squared statistic tends to hurt more when more independent variables occur in the system. i.e., we cannot use it to compare models with different numbers of predictors. The adjusted R-squared can be negative, but it’s usually not. It is always lower than the R-squared. Rˉ2=1(1R2)n1np1\bar{R}^2 = 1 - (1 - R^2)\frac{n - 1}{n - p -1} Where pp is the number of predictors.

0

1

4 years ago

Tags

Data Science

Related
  • Adjusted R-Squared

  • What does R2=1R^2 = 1 Mean?

  • What does R2=0R^2 = 0 Mean?