Click or drag to resize

AnovaRegressionSubjectParam Properties

The AnovaRegressionSubjectParam type exposes the following members.

Properties
 NameDescription
Public propertyBeta Gets the standardized beta coefficient.
(Inherited from LinearRegressionParameter)
Public propertyEncoding Gets the encoding for this dummy variable.
(Inherited from AnovaRegressionFactorParam)
Public propertyFactorLevel Gets the level of the ANOVA factor encoded by this dummy variable.
(Inherited from AnovaRegressionFactorParam)
Public propertyFactorName Gets the name of the ANOVA factor encoded by this dummy variable.
(Inherited from AnovaRegressionFactorParam)
Public propertyParameterIndex Gets the index of this parameter in the linear regresssion.
(Inherited from LinearRegressionParameter)
Public propertyStandardError Gets the standard error of this parameter.
(Inherited from LinearRegressionParameter)
Public propertySubjectNumber Gets the subject number for the regression subject dummy variable. Subject numbering starts at zero.
Public propertySumOfSquares Gets the sum of squares due to this parameter.
(Inherited from AnovaRegressionParameter)
Public propertyValue Gets the value of this parameter.
(Inherited from LinearRegressionParameter)
Top
See Also