Hi,
My data is of the following type (see below). I am trying to find the
closest match based on var1. I also need to analyze var2-var5 further
for ONLY the matched observations in the Using file, but am unable to
identify them.
For example, lets say observations 7, 9, 11, 14 and 15 from Using file
are matched respectively to 1, 2, 3, 4 and 5 from Master file based on
var1. I want to only keep observations 7, 9, 11, 14 and 15 from the
Using file for further analysis, but cannot identify them. Right now,
my Master file contains var1bin after -nearmrg-, and I cannot tell
which specific observations in the Using file have been picked. Can
you please advise?
Currently, my -nearmrg- program is as follows:-
nearmrg using "C:\Using.dta", nearvar(var1) genmatch(var1bin);
Thanks,
Hugh
Master
id var1
1
2
3
4
5
Using
id var1 var2 var3 var4 var5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/