Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Top ten tricks


From   Bill Rising <[email protected]>
To   [email protected]
Subject   Re: st: Top ten tricks
Date   Fri, 21 May 2004 12:55:49 -0400

On May 21, 2004, at 9:01, Nick Cox wrote:

> That leads to me to ask a question: which would
> we nominate as (say) the top ten tricks which
> are the deepest and most Stataish features
> in what we use? What is _both_ simple _and_ deep?
> What leads to great results with at most a few
> lines of code?
>

stset
compress
recode
for* (foreach etc.)
by:
treating true as 1 and false as 0
update

(and for programming reasons)
char
syntax

It's really nice to be able to extend Stata in a completely transparent
fashion.
It's also quite nice that much of Stata's code is completely visible
(in the form of ado files), so that it can be tweaked if need be.

Bill

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