Evaluates the mean square due to regression (MSR) for the (multi-linear) regression considered.
The mean square due to regression (MSR).
The notion MSR is simply the sum of the squares due to regression (SSR) which can be evaluated using SumSquaresRegression, divided by the number of degrees of freedom which here is the number of independent variables within the regression model.
Please note that before this method is called you must have already performed the following tasks:
GeneralLinear Class | WebCab.COM.Statistics.CurveFitting Namespace