tickersu wrote:
S2000magician wrote:R² tells you the fraction of the variability of the dependent variable that is explained by changes in the independent variables.
Adjusted R², by itself, doesn’t tell you anything. Its use is in determining whether adding a new independent variable improves the model or not. Thus, you need to compare the adjusted R² of the model without the new independent variable to the adjusted R² of the model with the new independent variable; you choose the one with the higher adjusted R².
I would be careful with this (bold), as it isn’t entirely true. It has more application than you’ve suggested. Many text books and statisticians will tell you that adjusted R-squared is the more appropriate measure in MR, because it is adjusted for the degrees of freedom (as you know). The practical interpretation of adjusted r-squared specifically mentions that it is the proportion of sample variation in the DV explained by the IVs after accounting for the degrees of freedom (it’s
almost the same as the unadjusted interpretation, but importantly different). If you compare the adjusted r-squared in the model to the unadjusted r-squared (for the same model) and there is big discrepancy, it indicates that some of your regressors are probably not useful. At this point, we could get into the application you’ve mentioned. If you see a large discrepancy with the unadjusted and adjusted R-squared, you could try adding or removing a regressor (probably remove, since it could be indicating over-specification) and comparing the adjusted R-squared values for the two models.