Gets the name of the first factor in the interaction.

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

Syntax

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

See Also