Click or drag to resize

AnovaRegressionInteractionParam Properties

The AnovaRegressionInteractionParam type exposes the following members.

Properties
 NameDescription
Public propertyBeta Gets the standardized beta coefficient.
(Inherited from LinearRegressionParameter)
Public propertyFactorALevel Gets the level of the first factor in the interaction.
Public propertyFactorAName Gets the name of the first factor in the interaction.
Public propertyFactorBLevel Gets the level of the second factor in the interaction.
Public propertyFactorBName Gets the name of the second factor in the interaction.
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 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