Hi all - Super new here - but tried a bunch of googling around permutations, cluster and combinations, and I'm not sure I'm using the correct vocabulary, so I apologize in advance.
Here's my sample:
A, B, E, F
A, B, G, R
A, R, G, E, B, G, L
A, B, R
A, B
A, Q, B, L, R, Z
I want to find what all the combinations (or is it permutations?) of a set of codes is, so that ultimately, If I find something that matches in every time I see it, I can do something else. In the above example, I've got A and B happening every time I see code A, or 100%. I'm not ready to discard the stuff that doesn't match 100% of the time, but it's nice to see them in case I ever want to say, "I see the combination of A, B and R happening 75% of the time"
I have to do this for every code, so while the sample I gave above was for A, I'd want to see this for B, C, etc. I'm totally fine if I come up with a code G that never matches. I just need to know all this.
Any help is greatly appreciated.
Thank you.
Mike