Statalist


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

st: AW: RE: AW: drop multiple observations


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: RE: AW: drop multiple observations
Date   Sun, 13 Dec 2009 10:14:40 +0100

<>

BTW, I think Nick`s solution should be written with a single pipe symbol for
it to work as intended:


*******
clear*

inp byte( id number)
1 34
2 43
3 67
4 56
6 78
end

cap drop if id==2 || id==4
di in r _rc

drop if id==2 | id==4
*******

The double pipes are for separation of subgraphs in a -twoway- graph or
levels in -xtmixed-...

HTH
Martin



Nick Cox:

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] 


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