In a datasets with two variables, Var1 and Var2, how can I drop the records that have a Var1 value different to any Var2?
I thought something like a egen with anyvalue, but the ¨integer list¨ is composed by all the values of Var2.
Thanks
I thought something like a egen with anyvalue, but the ¨integer list¨ is composed by all the values of Var2.
Thanks
Comment