Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Regression Common Functions Package >

AdjustedRSquared

AdjustedRSquared
is a possible value for the RegressionReport option to Regress and DesignedRegress which represents the adjusted coefficient of determination.
  • AdjustedRSquared gives a modified version of the coefficient of determination RSquared which adjusts for the number of parameters in the model.
  • AdjustedRSquared is equal to 1-(n-1)/(n-p)(1-RSquared) where n=Length[data] and p is the number of parameters in the model.
Needs["LinearRegression`"]
Sample data:
In[2]:=
Click for copyable input
AdjustedRSquared and RSquared for a linear regression:
In[3]:=
Click for copyable input
Out[3]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team