Returns a two-dimensional jagged array of subsets containing the indices for each combination of levels in the two given factors.

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

Syntax

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

Return Value

A two-dimensional jagged array of subsets containing the indices for each combination of levels in the two given factors.

See Also