Just to mention another solution (not as good in this example)
drop if id==2 || id==215 || id==302 || id==420 || id==579
Nick
[email protected]
Martin Weiss
drop if inlist(id, 2, 215, 302, 420, 579)
Shehzad Ali
If I have a dataset with 1000 observations (uniquely identified using
variable - id -), can I drop multiple observations using one line? I
know
one can drop observations that are say id>350 or <20, but if the
observations are all over the place could we still use a one line
command?
For example, instead of typing:
drop if id==2
drop if id==215
drop if id==302
drop if id==420
drop if id==579
...
Can I use one line to drop all the above?
*
* 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/