Gets the p-value for the F statistic for the interaction.

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

Syntax

C#
public double InteractionFstatisticPvalue { get; }
Visual Basic (Declaration)
Public ReadOnly Property InteractionFstatisticPvalue As Double
Visual C++
public:
property double InteractionFstatisticPvalue {
	double get ();
}

See Also