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: How to put max and min values in a loop
From
Xixi Lin <[email protected]>
To
[email protected]
Subject
Re: st: How to put max and min values in a loop
Date
Wed, 27 Mar 2013 11:27:07 -0400
Thanks Maarten.
On Wed, Mar 27, 2013 at 10:22 AM, Maarten Buis <[email protected]> wrote:
> On Wed, Mar 27, 2013 at 3:11 PM, Xixi Lin wrote:
>> I am trying to use inlist(var, min(var), max(var)) in a loop; however,
>> min(var) and max(var) seems to be wrong codes, does anyone know how to
>> code it in a right way?
>
> If we take your question literally, the answer is:
> sum var, meanonly
> ... inlist(var,r(min), r(max))
>
> this can be done in one line:
> ... !missing(var)
>
> 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/faqs/resources/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/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/