Hello,
I have several variables, each of which have duplicate values. For each variable, I want to generate a new variable which lists one example for each group of duplicates.
For instance, I know that the following code:
will list one example for each group of duplicates of the assets variable. But how do I create a new variable with these unique values?
Best,
A
I have several variables, each of which have duplicate values. For each variable, I want to generate a new variable which lists one example for each group of duplicates.
For instance, I know that the following code:
Code:
duplicates examples assets
Best,
A
Comment