From | Roger Newson <[email protected]> |
To | [email protected] |
Subject | Re: st: from variable to macro |
Date | Mon, 18 Nov 2002 13:05:16 +0000 |
At 12:36 17/11/02 -0800, Shige Song wrote:
Dear All,You should probably use Nick Cox's -vallist- command (type -ssc describe vallist- to find out more). Your program might be as follows:
I'd like to know how to generate a macro out of a numerical variable. For example, I have a variable A that includes 200 values, I want to generate a macro X that contains all the values that variable A has so that I can do something like:
foreach x of local X {
qreg ... , q(x)
}
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |