|
SOLUTIONS
|
OBSOLETE REGRESSION COMMON PACKAGE SYMBOL
AdjustedRSquared
As of Version 7.0,
has become a property of LinearModelFit.
![]()
is a possible value for the RegressionReport option to Regress and DesignedRegress which represents the adjusted coefficient of determination.
DetailsDetails
- To use
, you first need to load the Regression Common Functions Package. You can do this by using
, which will automatically load the Regression Common Functions Package, or you can load the package directly by using
.
gives a modified version of the coefficient of determination RSquared which adjusts for the number of parameters in the model.
is equal to 1-(n-1)/(n-p)(1-RSquared) where n=Length[data] and p is the number of parameters in the model.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

