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]
st: RE: missing data
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: missing data
Date
Wed, 22 Sep 2010 18:03:12 +0200
<>
***********
clear*
set obs 10000
set seed 10234
gen id=_n
replace id=. if runiform()<.001
br if mi(id)
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of martine etienne
Sent: Mittwoch, 22. September 2010 17:56
To: [email protected]
Subject: st: missing data
Dear Statalist,
Is there a STATA command that allows me to browse the data editor to just
show
me only id's that are missing
particular variable values?
thanks!
Martine
*
* 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/