Statistics: tell me about r-square for nonlinear models
June 21, 2007 2:36 AM
Subscribe
StatisticsFilter: Can someone explain - with examples - why R^2 (r-square) values are not appropriate for use with non-linear regression models.
I am told that the reason that r-square values are not recommended for non-linear regression is that they can mislead. R^2 for linear models are bounded between 0 and 1 and can be interpreted as the proportion of variance explained by the model. R^2 for non-linear models, I am told, can be outside these bounds and therefore cannot be interpreted in the same way.
I'd like to know how this exceeding the bounding thing works. (I am using R if that makes giving examples easier). Many thanks!!
posted by jonesor to science & nature (5 comments total)
2 users marked this as a favorite
Nice simple example of non-linear regression is logistic regression - a special case of non-linear regression. maybe you should have a look at that to help get your head around it a bit better.
posted by singingfish at 4:10 AM on June 21, 2007