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

st: RE: basic question about varlist


From   "Jiang, Tao" <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: RE: basic question about varlist
Date   Tue, 5 Nov 2002 13:34:31 -0500

you can do something like:

foreach vn of var var1-var10 othervar* {
run regression on `vn'
output
}

-----Original Message-----
From: Radu Ban [mailto:[email protected]]
Sent: Tuesday, November 05, 2002 1:37 PM
To: [email protected]
Subject: st: basic question about varlist


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