Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: missing data
From
martine etienne <[email protected]>
To
[email protected]
Subject
Re: st: missing data
Date
Wed, 22 Sep 2010 14:18:58 -0700 (PDT)
thanks Maarten!
this worked perfectly!
----- Original Message ----
From: Maarten buis <[email protected]>
To: stata list <[email protected]>
Sent: Wed, September 22, 2010 12:04:04 PM
Subject: RE: st: missing data
--- martine etienne wrote:
> Is there a Stata command that allows me to browse the data editor to
> just show me only id's that are missing
sysuse auto, clear
list make if missing(rep78)
browse if missing(rep89)
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/