The Elsmar Cove Wiki More Free Files The Elsmar Cove Forums Discussion Thread Index Post Attachments Listing Failure Modes Services and Solutions to Problems Elsmar cove Forums Main Page Elsmar Cove Home Page
Google
  Web Elsmar.com
*Please be aware that SOME RECENT forum threads may not yet be indexed by Google.

View Full Version : Linear Regression: What should be the appropriate value for R2 (R-Squared) parameter?


Marcel Boere
17th January 2001, 04:46 PM
Hi,

Does anybody know what is an acceptable 'R- squared' for a regression analysis result.
Is there any literature that supports this?

Marcel

Rick Goodson
17th January 2001, 07:15 PM
Marcel,

The R2 is the coefficient of determination and tells you how well the prediction equation fits the data. It is the ratio of the variation due to the regression, to the total variation. Ideally R2 = 1.0 and all the points lie on the fitted line. In practice R2 lies between 0 and 1. Multiplied by 100 we have R2 expressed as a % or 'the percentatge of total variation explained'.

There is no objective means of assessing what value of R2 suggests a good fit other than "close to 1.0". If you need a rule of thumb, think of it as a confidence level. How confident do you want to be? 90%? Then the R2 value should be .90 or higher.

Hope that helps.

Anyone else have guidelines they use?