Gets the level of the ANOVA factor encoded by this dummy variable.

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

Syntax

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

See Also