Hi Everyone,
I just merged two files (using Stata 11 on a mac) which resulted 23 instances of "nonmissing conflict" out of 500, where _merge = 5. There were a handful of overlapping variables in both datasets.
I would like to find which were the variables that conflicted. I can weed out which observations using _merge = 5, but is there a way to determine which variables were the issue? I am assuming that the resultant file includes only values from the master dataset (I used update, but NOT replace), but I want to double check all of these values in both files since there is a conflict.
Thanks for any help!
Cara
I just merged two files (using Stata 11 on a mac) which resulted 23 instances of "nonmissing conflict" out of 500, where _merge = 5. There were a handful of overlapping variables in both datasets.
I would like to find which were the variables that conflicted. I can weed out which observations using _merge = 5, but is there a way to determine which variables were the issue? I am assuming that the resultant file includes only values from the master dataset (I used update, but NOT replace), but I want to double check all of these values in both files since there is a conflict.
Thanks for any help!
Cara
Comment