The AnovaRegressionSubjectParam type exposes the following members.

Properties

  NameDescription
Beta
Gets the standardized beta coefficient.
(Inherited from LinearRegressionParameter.)
Encoding
Gets the encoding for this dummy variable.
(Inherited from AnovaRegressionFactorParam.)
FactorLevel
Gets the level of the ANOVA factor encoded by this dummy variable.
(Inherited from AnovaRegressionFactorParam.)
FactorName
Gets the name of the ANOVA factor encoded by this dummy variable.
(Inherited from AnovaRegressionFactorParam.)
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.)
SubjectNumber
Gets the subject number for the regression subject dummy variable. Subject numbering starts at zero.
SumOfSquares
Gets the sum of squares due to this parameter.
(Inherited from AnovaRegressionParameter.)
Value
Gets the value of this parameter.
(Inherited from LinearRegressionParameter.)

See Also