Click or drag to resize

SubsetGetGroupings(Factor, Factor) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Subset[,] GetGroupings(
	Factor f1,
	Factor f2
)

Parameters

f1  Factor
A factor.
f2  Factor
A factor.

Return Value

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