Returns a two-dimensional jagged array of subsets containing the indices for
each combination of levels in the two given factors.
Namespace:
CenterSpace.NMath.StatsAssembly: 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 ) |
Parameters
- f1
- Type: CenterSpace.NMath.Stats..::.Factor
A factor.
- f2
- Type: CenterSpace.NMath.Stats..::.Factor
A factor.