So I have two vectors of data points, and I would like to make a list of each unique pair, along with that pair’s frequency. I know that I can use table to do this with one of the vectors, but I can’t seem to figure out how to make it do it with pairs.
Share
it’s just…
or, say your vectors are just x, and y and you only want the table…