[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: Re: Loop syntax
From
Johannes Geyer <[email protected]>
To
[email protected]
Subject
Re: st: Re: Loop syntax
Date
Thu, 27 Mar 2008 14:32:25 +0100
Thanks! Haven't thought about that.
Johannes
You can find that out by yourself if you knew that functions in egen
are stored in _g<functionname>.ado . So, if you type:
viewsource _gtotal.ado
and
viewsource _gsum.ado
You can see that -sum()- calls -total()-, leading to unnecesary
overhead, otherwise the two are the same.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* 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 |