Hi,
I am trying to match two different databases using a variable string that corresponds to company names.
The first base contains 500,000 observations and the second contains 1,200.00 observations.
To carry out the match, I use the Matchit command with the following specification:
The result of said specification is as follows:
Could someone give me a suggestion on how I could match the two databases?
I am trying to match two different databases using a variable string that corresponds to company names.
The first base contains 500,000 observations and the second contains 1,200.00 observations.
To carry out the match, I use the Matchit command with the following specification:
HTML Code:
matchit id_Dbase1 n_firmDbase1 using "C:\WorkArea\Dbase2.dta", idusing(id_Dbase2) txtusing(n_firmDbase2) override sim(token_soundex)
HTML Code:
Matching current dataset with C:\WorkArea\Dbase2.dta Similarity function: token_soundex Loading USING file: C:\WorkArea\Dbase2.dta Indexing USING file. 0% 20% 40% 60% 80% Done! Computing results Percent completed ... (search space saved by index so far) J(): 3900 unable to allocate real <tmp>[329143,1] asarray_create_u(): - function returned error asarray_rebuild(): - function returned error asarray(): - function returned error asarray_index_intersect(): - function returned error core_computing(): - function returned error <istmt>: - function returned error r(3900); end of do-file r(3900);
Comment