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
renaming several variables in loop to reshape by categoryi have several variables that i want to rename according to their category for example S2_Q1P- S2_Q7…
How to choose model with different log likelihood values?Dear friends, Sorry for my stupid question! I am confused if the model is fitted better when respec…
import delimited does not work..Hello, I'm trying to import delimited a csv file, separated by commas. Please find a sample of 5 row…
Small question on bar chartsI want to draw a hbar chart with three variables via the following command: graph hbar incomep90 inc…
Rangestat for leave-out mean----------------------- copy starting from the next line ----------------------- Code: * Example ge…
Subscribe to:
Post Comments (Atom)
0 Response to m:1 merge | r(9) code halting do file
Post a Comment