Statalist The Stata Listserver


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

Re: st: unexpected behavior with "merge, uniqusing"


From   Danielle H Ferry <[email protected]>
To   [email protected]
Subject   Re: st: unexpected behavior with "merge, uniqusing"
Date   Wed, 8 Feb 2006 15:12:03 -0500

Thanks!

-- Danielle H Ferry


On Feb 8, 2006, at 12:37 PM, Shannon Driver, StataCorp wrote:


Danielle H. Ferry <[email protected]> wrote

When I attempt to merge 2 data files, specifying uniqusing, I get the
following error message:

. merge year month using `tf_natl', uniqu;
variables year month do not uniquely identify observations in the master data
r(459);

Isn't the point of the uniqusing option to require that the "using" data be
unique, NOT the "master" data? (Both data files are sorted on the merge vars).
Am I misunderstanding something?
The problem here is with conflicting legal abbreviations. "uniqu" is a valid
abbreviation for "unique" and "uniqusing". The code intended to do what the
documentation stated was valid, but the documentation was wrong.

By specifying "uniqu", Stata assumes you specified "unique", therefore it
verifies that the match variables uniquely identify observations in both the
master and the using data.

The legal minimum abbreviation for "uniqusing" should be "uniqus". This will
be fixed in the next ado-file update and corrected in our documentation.

--Shannon Driver
[email protected]
*
*   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