Hi forum
I have a string variable "emails" with approximately 4000 entries of people who received a specific campaign. I have now received a second list of emails, lets call it "compliers" this is the subset of people who actually engaged with this campaign, approximately 1100 emails. This list is a subset of my string variable "emails". I am trying to generate a variable when "emails" == "compliers". I tried using the sort command and then egen if these variables are duplicates, but the two variables aren't sorted when equal, so I am definitely missing a step
Any ideas how to approach this?
Thanks
I have a string variable "emails" with approximately 4000 entries of people who received a specific campaign. I have now received a second list of emails, lets call it "compliers" this is the subset of people who actually engaged with this campaign, approximately 1100 emails. This list is a subset of my string variable "emails". I am trying to generate a variable when "emails" == "compliers". I tried using the sort command and then egen if these variables are duplicates, but the two variables aren't sorted when equal, so I am definitely missing a step
Any ideas how to approach this?
Thanks

Comment