Class AnovaRegressionInteractionParam provides information about a regression parameter associated with the interaction between the level of one ANOVA factor and the level of another ANOVA factor.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class AnovaRegressionInteractionParam : AnovaRegressionParameter
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AnovaRegressionInteractionParam _
	Inherits AnovaRegressionParameter
Visual C++
[SerializableAttribute]
public ref class AnovaRegressionInteractionParam : public AnovaRegressionParameter

Remarks

Instances of class AnovaRegressionInteractionParam are returned by properties and member functions on class TwoWayAnova. They cannot be constructed independently.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.LinearRegressionParameter
    CenterSpace.NMath.Stats..::.AnovaRegressionParameter
      CenterSpace.NMath.Stats..::.AnovaRegressionInteractionParam

See Also