Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Rename variables


From   "Gauri Khanna" <[email protected]>
To   [email protected]
Subject   RE: st: Rename variables
Date   Wed, 17 Jan 2007 11:34:20 +0000

Rodrigo,

A partial solution:


You could type the following:
-------------------------
local variables var21 var22 var23

foreach var of local variables {
generate `var'_n = `var'
}

ds
---------------------

This is a partial solution because:

1. Here you generate a new variable not rename.
2. Each variable has _n attached but which is not exactly what you want which is_1 to _200

Sorry for the partial solution.

Gauri

From: <[email protected]>
Reply-To: [email protected]
To: <[email protected]>
Subject: st: Rename variables
Date: Wed, 17 Jan 2007 11:16:49 -0000

Dear list,

I have a dataset with 220 variables. I would like to rename the last 200
variables with a numerical ordered name.
That is, from var21 to var200 I would like to rename them from _1 to
_200.

Is there any way of doing this at the same time for the 200 variables
instead of going one by one using:

Rename var21 _1
Rename var22 _2
.....
Rename var200 _200

Thanks!!!

---Rodrigo

*
*   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/
_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/

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