SubsetGet |
| Name | Description | |
|---|---|---|
| GetGroupings(Factor) | Returns an array of subsets containing the indices for each level of the given factor. | |
| GetGroupings(Factor, Factor) | Returns a two-dimensional jagged array of subsets containing the indices for each combination of levels in the two given factors. | |
| GetGroupings(Factor, Factor, Factor) | Returns a two-dimensional jagged array of subsets containing the indices for each combination of levels in the three given factors. | |
| GetGroupings(Factor, Factor, Factor, Factor) | Returns a two-dimensional jagged array of subsets containing the indices for each combination of levels in the four given factors. |