Gets the encoding for this dummy variable.

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

Syntax

C#
public double Encoding { get; }
Visual Basic (Declaration)
Public ReadOnly Property Encoding As Double
Visual C++
public:
property double Encoding {
	double get ();
}

Remarks

The encoding is the value the dummy variable assumes when an ANOVA observation is made with this factor at this level.

See Also