At 08:04 AM 7/1/2005 -0700, anne marie golla wrote:
Can I name a list of variables in stata, so that I can
use that label instead of typing variable names in
commands?
i.e. spec 1 = x y z ....
regress spec1
One way:
local spec1 "x y z"
regress `spec1'
-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc
*
* 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/