Hi,
On my do-file I have a line where I am using the merge command to merge some data, but not all this data matches to my original dataset. When I run this from my do file I get this error:
On my do-file I have a line where I am using the merge command to merge some data, but not all this data matches to my original dataset. When I run this from my do file I get this error:
Code:
. merge m:1 date using "/Users/raulathwall/OneDrive/Dis STATA/Fama French factors.dta", assert(master) kee > p(master) after merge, not all observations from master (merged result left in memory) r(9);
Comment