Hello all,
I have a do file with a m:1 merge merging in mutation characteristics (missense mutation change) from a public database (1: side) to the m-side of my master with observations containing study mutation data. While the code runs and I am happy with the way the merge looks although some did not match for acceptable reasons, the code halts everything after that. The do file containing this code is nested in a master do file and I am trying to find a fix for this. Would appreciate any help. It is not easy to -dataex- since this is a merge of two files. What can I do to change the code? Looked up help but I cannot fathom what I am doing wrong.
merge m:1 mischange using ".\Rcodes\iarctp53", keepusing(dne_lofclass dneclass hotspot structural_motif) assert(match master) keep(match)
after merge, not all observations from master or matched
(merged result left in memory)
r(9);
Related Posts with m:1 merge | r(9) code halting do file
trouble shooting a mata functionDear all, I am having problems with a function embedded in a customized program. Below is the said …
GmmDear Statalist member, I am using stata 15 to run gmm using xtabond2 command but it kept on bringin…
Panel Data model: Fe ReHi, I am very new to the stata software and keep getting stuck. Any help would be appreaciated. I a…
Finding Percentage Occurrence of a Dummy Variable Given the Values of Several Other VariablesHello, I apologize in advance for any beginner's mistakes, as this is my first post. I'm working wi…
Standard error of differences of the mean - StataHello Forum, I have data on prices and I am trying to pull off a difference coefficient. So, I have…
Subscribe to:
Post Comments (Atom)
0 Response to m:1 merge | r(9) code halting do file
Post a Comment