Hi
I am trying to match two datasets using reclink package.
I used the following code:
reclink location using cpt, gen(myscore) idm(id1) idu(id2)
12 perfect matches found
Going through 102606 observation to assess fuzzy matches, each .=5% complete
option ) not allowed
r(198);
Can someone suggest how to address this issue?
Best,
Veeresh
I am trying to match two datasets using reclink package.
I used the following code:
reclink location using cpt, gen(myscore) idm(id1) idu(id2)
12 perfect matches found
Going through 102606 observation to assess fuzzy matches, each .=5% complete
option ) not allowed
r(198);
Can someone suggest how to address this issue?
Best,
Veeresh
Comment