I have a large dataset with 200,000 observations. I have made a new variable that indicates unique combinations of two variables using the below code:
egen combo=group(var1 var2), label
There are over 3000 unique combinations.
How do I export those unique combinations to excel? I want the information in Variable Manager>Manage value labels>combo>edit label into an excel sheet.
egen combo=group(var1 var2), label
There are over 3000 unique combinations.
How do I export those unique combinations to excel? I want the information in Variable Manager>Manage value labels>combo>edit label into an excel sheet.
