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

st: basic question about varlist


From   "Radu Ban" <[email protected]>
To   <[email protected]>
Subject   st: basic question about varlist
Date   Tue, 5 Nov 2002 13:36:43 -0500

I placed a list of variables in a local using abbreviations recognized by
varlist:

local outcomes "var1-var10 othervar* ..."

How can I get Stata to read it as a varlist so that i can tokenize it
properly?

Here's what I need this for: I have defined several regressions:
local reg1 "reg `1' varlist1"
local reg2 "reg `1' varlist2"
...
I want to run these regressions for all the outcome variables in the above
mentioned list and I want to capture the coefficients and errors in scalars
indexed by the nr of the outcome variable. So to begin, I want to know how
to read that list as a varlist.

Thanks in advance,

Radu Ban



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