Hi,
What is the easiest/best way to split a data set randomly into segments, when you have 4+ groups?
With 2 or 3 groups, I just use the "create sample" tool. But when I go beyond 3 groups it becomes a little more tricky.
I have two scenarios, even groups or set % per group.
| Group | Scenario 1 | Scenario 2 |
| 1 | 17% | 10% |
| 2 | 17% | 50% |
| 3 | 17% | 10% |
| 4 | 17% | 10% |
| 5 | 17% | 10% |
| 6 | 17% | 10% |
| TOTAL | 100% | 100% |
How can I easily take a data set and split it randomly into these groups?
Thanks.