Thank you, that did the trick!
Regards, Alex
-----Opprinnelig melding-----
Fra: [email protected]
[mailto:[email protected]] P� vegne av Nick Cox
Sendt: 18. juni 2002 13:25
Til: [email protected]
Emne: st: RE: Namelist...
Alexander Severinsen
>
> 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?
>
Sounds like a case for using a local macro.
local vars "var1 var2 var3"
regress depvar `vars'
See [U] 21.3.1.
Nick
[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/
*
* 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/