Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: RE: not uniquely identified observ in small panel


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: RE: not uniquely identified observ in small panel
Date   Tue, 05 Jul 2005 15:54:28 -0500

At 09:42 PM 7/5/2005 +0100, Joana Quina wrote:
Thanks for replying. I am sorry for the mix up - I was using "width"
with "xtdes" and not with "duplicates".

Here is what I typed and the output:

. duplicates report

Duplicates in terms of all variables

--------------------------------------
   copies | observations       surplus
----------+---------------------------
        1 |          128             0
--------------------------------------
0 surplus means no duplicates. If you had duplicates, you would see something like

. list

+------+
| var1 |
|------|
1. | 1 |
2. | 2 |
3. | 2 |
+------+

. duplicates report

Duplicates in terms of all variables

--------------------------------------
copies | observations surplus
----------+---------------------------
1 | 1 0
2 | 2 1
--------------------------------------

The labeling may be a little confusing, but see the help for -duplicates-. i.e.

duplicates report produces a table showing observations that occur as one or more copies and indicating how many observations are "surplus" in the sense that they are the second (third, ...) copy of the first of each group of duplicates.


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc

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