The AnovaRegressionParameter type exposes the following members.

Properties

  NameDescription
Beta
Gets the standardized beta coefficient.
(Inherited from LinearRegressionParameter.)
ParameterIndex
Gets the index of this parameter in the linear regresssion.
(Inherited from LinearRegressionParameter.)
StandardError
Gets the standard error of this parameter.
(Inherited from LinearRegressionParameter.)
SumOfSquares
Gets the sum of squares due to this parameter.
Value
Gets the value of this parameter.
(Inherited from LinearRegressionParameter.)

See Also