Gets the level of the second factor in the interaction.

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

Syntax

C#
public Object FactorBLevel { get; }
Visual Basic (Declaration)
Public ReadOnly Property FactorBLevel As Object
Visual C++
public:
property Object^ FactorBLevel {
	Object^ get ();
}

See Also