Extract a factor from this column.

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

Syntax

C#
public Factor ToFactor()
Visual Basic (Declaration)
Public Function ToFactor As Factor
Visual C++
public:
Factor^ ToFactor()

Return Value

A factor with levels for the sorted, unique strings in this column.

See Also