Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: How to identify observations in Using file for further analysis with "nearmrg" command


From   hmjc66 <[email protected]>
To   statalist <[email protected]>
Subject   Re: st: How to identify observations in Using file for further analysis with "nearmrg" command
Date   Mon, 2 Jul 2007 11:48:34 -0400

Sorry - there should not be "permno" in the nearmrg command. My
question still stands.

nearmrg using "C:\Using.dta", nearvar(var1) genmatch(var1bin);

Hugh


On 7/2/07, hmjc66 <[email protected]> wrote:
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/

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index