Mathematical formula for R-sq adjusted
Six Sigma – iSixSigma › Forums › Old Forums › General › Mathematical formula for R-sq adjusted
- This topic has 2 replies, 3 voices, and was last updated 14 years, 6 months ago by
Jonathon Andell.
- AuthorPosts
- August 7, 2006 at 12:31 pm #44248
Can some one explain me the significance of R-sq adjusted as compared to R-sq in regression analysis ? What is the mathematical formula for R-sq adjusted ? how it is different from R-sq ?
0August 7, 2006 at 12:57 pm #141483R2 and R2-Adjusted represent the proportion of variation in the response data explained by the predictors. So, if your error is small (all of the points are close to the regression model the line) then your R2 value approaches 1.
It is possible to artificially make R2 approach 1 buy adding more Xs to your model. But, R2-Adjusted takes into account the number of Xs and number of data points being analyzed and there for mitigates this impact on your value.
Hope that this helps.
BTW. R2-Adjusted = 1 [(SSERROR / dfERROR) / (SSTOTAL / dfTOTAL)]
as opposed to
R2 = SSERROR / SSTOTAL0August 17, 2006 at 5:26 am #141837
Jonathon AndellParticipant@Jonathon-AndellInclude @Jonathon-Andell in your post and this person will
be notified via email.In simple terms:If your model has lots of X’s but not a lot of data points, adjusted R^2 will be significantly lower than R^2.
0 - AuthorPosts
The forum ‘General’ is closed to new topics and replies.