Jerry
Posts:
46
Registered:
6/14/12
|
|
nchoosek all pairwise combinations
Posted:
Nov 26, 2012 11:12 PM
|
|
Hello,
There is a vector
A=['a', 'b', 'c', 'd','e']
I would like to make a square matrix of all paiwise interactions of this vector:
a b c d e a aa ba ca da ea b ab bb cb db eb c ac bc cc dc ec d ad bd cd dd ed e ae bd ce de ee
However, nchoosek allow me to create only half of this matrix. Is there any function to make all these possible interactions within "A"?
Thanks, Jerry
|
|