lnR2
lnR2 is the natural logarithm of the coefficient of determination, R^2, used in statistical analysis to transform the scale of a model’s explanatory power. R^2 measures the proportion of variance in the dependent variable explained by a regression model, with 0 ≤ R^2 ≤ 1. The quantity lnR2 is defined for models with R^2 > 0 and yields values in (-∞, 0], with lnR2 = 0 only when R^2 = 1. In practice, R^2 can be exactly 0 for some models, which makes lnR2 undefined, so researchers may apply a small positive offset in such cases.
Computation involves fitting the regression, obtaining R^2, and then taking the natural log of this value. Because
Limitations include the fact that lnR2 emphasizes very small improvements in R^2 more than larger ones when
Example: if R^2 = 0.64, then lnR2 ≈ -0.446; if R^2 = 0.25, lnR2 ≈ -1.386. See also R-squared, adjusted