|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static Subset[,] GetGroupings(
	Factor f1,
	Factor f2
)
Public Shared Function GetGroupings ( 
	f1 As Factor,
	f2 As Factor
) As Subset(,)
public:
static array<Subset^,2>^ GetGroupings(
	Factor^ f1, 
	Factor^ f2
)
static member GetGroupings : 
        f1 : Factor * 
        f2 : Factor -> Subset[,] Parameters
- f1  Factor
- A factor.
- f2  Factor
- A factor.
Return Value
SubsetA two-dimensional jagged array of subsets containing the indices for
            each combination of levels in the two given factors.
 See Also
See Also