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
Quadratic term omitted when using # operatorHello all, I am running xtlogit command in Stata 14.2 and my main variable of interest includes a q…
HELP with Stata GraphicsDear Statalisty, I am really struggling with generating graphs in Stata. For the dataset below (whi…
Competing risk modelling and predicting modellingDear colleagues, I got some questions about my statistical analysis on the project measuring about m…
xtreg: Panels are not nested within clustersHi, Stata forum, I am running firm level regression using one country panel data. For firm: xtset …
Problem with Merger commandHi everyone! I Have a problem with the command merge because I need to merge two-panel datasets that…
Subscribe to:
Post Comments (Atom)
0 Response to m:1 merge | r(9) code halting do file
Post a Comment