I'm a novice trying to determine if the use of R-squared is valid for developing an exponential regression (of the form $y=a+b\,e^{cx}$ ).
I've come across several articles online that say R-squared is invalid for nonlinear regression.
That claim makes sense to me.
But I've also noticed that lots of people still use R-squared for nonlinear regression.
- Several of my statistics books suggest that R-squared can be used for all regression analysis, including nonlinear regression.
- Most statistics software produces a R-squared value for nonlinear regression.
- People that are far more educated than me continue to use R-squared for nonlinear regression.
So, I can't help but think that something doesn't add up here. Why do so many people still do it? Are they really all wrong, and I'm right?
My uneducated thoughts are:
Sure, it's a common misconception that R-squared is valid for all types of regression, including nonlinear regression.
But also, I'm wondering if the wording of "R-squared is invalid for nonlinear regression" might be an oversimplification.
Does the rule need clarification? For example:
R-squared can be used for some nonlinear regressions, such exponential regression, if the equation is first flattened by taking the natural logarithm of both sides.
[removed - misleading]
There are models that appear to be nonlinear, but in this context, they're actually considered to be linear. Examples: parabolic and polynomial. So using R-squared for them is valid.
As mentioned, I'm a novice, I'm not a mathematician. Are clarifications 1-3 above correct? Or have I misunderstood?
Note: I've intentionally posted this question on Math Stack Exchange, instead of on Cross Validated, because I find I get better answers here.