Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Martin Weiss" <martin.weiss1@gmx.de> |
To | <statalist@hsphsun2.harvard.edu> |
Subject | RE: st: RE: RE: Renaming multiple variables |
Date | Mon, 14 Jun 2010 21:19:09 +0200 |
<> http://www.stata-journal.com/ HTH Martin -----Original Message----- From: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of Jason Hecht Sent: Montag, 14. Juni 2010 21:17 To: statalist@hsphsun2.harvard.edu Subject: Re: st: RE: RE: Renaming multiple variables Nick - Thanks for the quick reply. Forgive my ignorance (I'm just getting familiar with STATA) but what is "SJ" and where do I go to get it? Jason On Mon, Jun 14, 2010 at 3:11 PM, Nick Cox <n.j.cox@durham.ac.uk> wrote: > The help just says > > rename old_varname new_varname > > and that's it; no other syntax is allowed. -renvars- from SJ allows > > renvars v1-v4 \ stockid company country sector > > but you must install it first. > > Nick > n.j.cox@durham.ac.uk > > Martin Weiss > > You can shorten -rename- to -ren-, as its help indicates. Apart from > that, > if there is no pattern to the -rename-ing, then you have to issue the > commands one after another. A loop would not do much good here... > > Jason Hecht > > Is there an easy way to do multiple renaming of variables in one line > of code? For example, for v1, v2, v3, and v4 I would like to rename: > "stockid," "company," "country," and "sector." If I type in: > "rename v1 stockid v2 company" I get an error message. > > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/statalist/faq > * http://www.ats.ucla.edu/stat/stata/ > * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/ * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/statalist/faq * http://www.ats.ucla.edu/stat/stata/