Gets the level of the first factor in the interaction.

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

Syntax

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

See Also