Can anyone explain what the differences are between $R^2$ vs. Adj$R^2$ in MuMIn
function dredge?
The help file says only The character strings "$R^2$" and "adj$R^2$" are treated in a special way, and will add a likelihood-ratio based $R^2$ and modified-$R^2$ respectively to the result. Specifically, for a set of OLS linear regressions, am I correct to use $R^2$, not adj $R^2$?
From reading elsewhere, it appears the adj $R^2$ may be for non-linear models, though I at first thought it may the multiple $R^2$ for use with >1 predictor variable in the regression.