Gets the name 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 string FactorName { get; }
Visual Basic (Declaration)
Public ReadOnly Property FactorName As String
Visual C++
public:
property String^ FactorName {
	String^ get ();
}

See Also