Evaluates the Adjusted R2 (aka Adjusted Multiple Coefficient of Determination) of the (multi-linear) regression considered.
The Adjusted R2 of the multi-linear regression equation.
Here we evaluate the Adjusted R2 which safe guards against the over-estimation of the effect of adding additional variables to a linear regression model. For example, deciding if or if not an additional variable is statistically significant for a model the (traditional) R2 measure (see RSquared) can lead to misleading results since in all cases the measure will increase. Therefore, in order to guard against over-estimating the effect of adding additional variables to a model the Adjusted R2 was introduced.
In the case when R2 is small and the number of variables is large then the Adjusted R2 can be negative. In
such instances the adjustment itself is adjusted and set to 0.
Please note that before this method is called you must have already performed the following tasks:
GeneralLinear Class | WebCab.Libraries.Statistics.CurveFitting Namespace | RSquared - Evaluates the R2 statistic (without adjustment for the number of independent variables used by the regression model).