Bookmark and Share

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: If-condition for running syntax


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: If-condition for running syntax
Date   Mon, 17 Sep 2012 11:59:31 +0200

On Mon, Sep 17, 2012 at 11:48 AM, Jörg Eulenberger wrote:
> Know everyone the right syntax to express : "/variable have min one case
> with value==1"/

qui count if `var' == 1
if r(N) >= 1 {
    <do stuff>
}
else {
    <do other stuff>
}

Hope this helps,
Maarten

---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index