Concept

Adjusted R-Square Explained

Radj2=1(1R2)(n1)/(np1)R_{adj}^2 = 1-(1-R^2)*(n-1)/(n-p-1)

Adjusted R-Squared is a version of R-Squared that adjusted for the number of predictors (independent variables) in a model. As we know, R2R^2 always increase if we adding more predictors. This Adjusted R-Squared has an advantage over the normal R-Squared metric because it accounts for statistical shrinkage and the normal R-Squared meter tends to hurt more when more independent variables occur in the system. This adjusted R-square allows us to do predictors selection and can be a metrics for forward/backward selection.

0

1

Updated 2020-06-13

Tags

Data Science