Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: drop multiple observations


From   Shehzad Ali <[email protected]>
To   Stata List <[email protected]>
Subject   st: drop multiple observations
Date   Fri, 11 Dec 2009 07:20:44 -0800 (PST)

Hi listers,

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?

Thank you,
Shehzad


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



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index