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
Re-run regression command on different subsamplesDear all, I would like to run the following regression command on different subsamples of a dataset…
Truncation of the most extreme 1 percent of earningsHi all, I want to truncate (not winsorize) the most extreme 1 percent of earnings. However, I do no…
Highly significant Hansen statistics after xtabond2Hello everyone, I have an issue regarding xtabond2 and Hansen statistics and I was wondering if any…
SEM and GSEM missing valuesDear all, I am trying to make simple model with Latent construct predicted by Ordinal endogenous ob…
How to collapse annual data into decade observations for panel dataHi, I have a dataset put together from the Penn World Tables, and I'm working to understand the rel…
Subscribe to:
Post Comments (Atom)
0 Response to m:1 merge | r(9) code halting do file
Post a Comment