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

Re: st: Namelist...


From   Fred Wolfe <[email protected]>
To   [email protected]
Subject   Re: st: Namelist...
Date   Tue, 18 Jun 2002 07:29:16 -0500

I would like to define variables in a namelist. I am used to Limdep
where this is easily done with: namelist; x = var1 var2 var 3 etc. This
makes it easy to later do analysis on the variables in the list f. ex :

regress depvar x(varlist)

I tried to look for this in the manual for Stata but could not find it.
Does anyone know how to define this in Stata?
You can do it this way

global mylist "var1 var2 var3"
regress depvar $mylist

Fred Wolfe


---------------------------------------------------------------------------- ------------------------
Fred Wolfe Tel (316) 263-2125
National Data Bank for Rheumatic Diseases Fax (316) 263-0761
Wichita, Kansas [email protected]
---------------------------------------------------------------------------- -------------------------
*
* 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