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
Jörg Eulenberger <[email protected]>
To
[email protected]
Subject
Re: st: If-condition for running syntax
Date
Mon, 17 Sep 2012 12:40:30 +0200
Dear Maarten,
That's exactly what I was looking for!
Thanks a lot,
Jörg
Am 17.09.2012 11:59, schrieb Maarten Buis:
> 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/
>
*
* 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/