I am trying to merge two files from INEGI, Mexico, Infant Labor Module 2017. According to INEGI there are seven key variables required to successfully merge two data sets (89,000 and 52,000 observations with almost 200 combined variables). I have tried to execute both merge m:1 and 1:m options without success. Only 82 cases with merge==3 !!
The STATA manual for Merge provides one example of merge 1:1 with two key variables but the examples provided for merge 1:m or m:1 include only one key variable. However, the Stata manual mentions that the "key variable or variables uniquely identify observations in the using data or master data set." Does Stata have a limit on how many key variables the Merge command can successfully execute?
The STATA manual for Merge provides one example of merge 1:1 with two key variables but the examples provided for merge 1:m or m:1 include only one key variable. However, the Stata manual mentions that the "key variable or variables uniquely identify observations in the using data or master data set." Does Stata have a limit on how many key variables the Merge command can successfully execute?
Comment