Dear community!
I am trying two merge two files based on a facilityID which, however, is a unique identifer in the using dataset but not unique in the masterfile. I am thus using the merge m:1 command. While the masterset contains approximately 900 rows, the using file is much larger (~180'000). Everytime I am trying to perform the m:1 merge I am receiving an error message saying that I am running low on Memory space and stata therefore cannot perform the match.
Has someone else experienced something similar before? I have tried it with reclink as well but aborted the process after 30 minutes as there wasn't any visible progress.
Thanks a lot in advance!
Mascha
Related Posts with not enough memory for "merge"
generate random number using loopforv i = 1/10{ if mod(`i',2)==0 gen z`i' = rnormal() if mod(`i',2)==1 gen z`i' = runiform() } i want…
Customizing legend of twoway graph.Dear All, I am making a twoway graph as follows: Code: twoway (scatter daysMED week if dateWeek&…
adding multiple tables to an existing sheet in excel or buliding two/three way table?Hello, I'm trying to build three tables (each one for a country based on var country_id) in excel. …
How to export difference-in-differences table from Stata to Latex?I'm trying to export the results from a difference-in-differences from Stata to Latex. I tried the f…
Making long labels wrap into two lines using esttab on latexHi all, I am trying to tabulate some variables and export the data to latex using esttab (command f…
Subscribe to:
Post Comments (Atom)
0 Response to not enough memory for "merge"
Post a Comment