Returns an array of subsets containing the indices for each level of the given factor.

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

Syntax

C#
public static Subset[] GetGroupings(
	Factor f
)
Visual Basic (Declaration)
Public Shared Function GetGroupings ( _
	f As Factor _
) As Subset()
Visual C++
public:
static array<Subset^>^ GetGroupings(
	Factor^ f
)

Parameters

f
Type: CenterSpace.NMath.Stats..::.Factor
A factor.

Return Value

An array of subsets containing the indices for each level of the given factor.

See Also