R-Square Adjusted

Unlike R-square, R-square adjusted takes into account the number of X's and the number of data points. FORMULA: R-sq (adj) = 1 - [(SS(error)/DF(error)) / (SS(total)/DF(total))]

Takes into account the number of Xs and the number of data points...also answers: how much of total variation is explained by X.