Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: Remove portion of a number at the end of a variable name


From   David Torres <[email protected]>
To   <[email protected]>
Subject   RE: st: Remove portion of a number at the end of a variable name
Date   Wed, 19 Dec 2012 19:15:01 -0500

Worked like a charm, Ryan.
Cheers,
Diego

--

David Diego Torres, PhD
NSF SBE Postdoctoral Research Fellow
Houston Education Research Consortium
Rice University
6100 Main Street, MS-28
Houston, TX 77005
Phone: 713-348-2984
Email: ddtorres at rice dot edu


----------------------------------------
> Date: Wed, 19 Dec 2012 19:02:18 -0500
> Subject: Re: st: Remove portion of a number at the end of a variable name
> From: [email protected]
> To: [email protected]
>
> foreach v of varlist * {
> local name = substr("`v'",1,length("`v'")-2)+substr("`v'", length("`v'"),1)
> rename `v' `name'
> }
>
> Ryan
>
> On Wed, Dec 19, 2012 at 6:45 PM, Steve Nakoneshny <[email protected]> wrote:
> > David,
> >
> > Look at -h reshape group-. It will give you the syntax you need to rename your var appropriately with a minimum of pain.
> >
> > Steve
> >
> > Sent via carrier pigeon
> >
> > On 2012-12-19, at 4:42 PM, "David Torres" <[email protected]> wrote:
> >
> >> Hello, Stata experts,
> >>
> >> I have about 260 variables with two-digit numbers (representing years) following the variable stub in the following form:
> >>
> >> 08
> >> 09
> >>
> >> Before reshaping the data to long format, I need to get rid of the 0 between the variable stub and the year.
> >>
> >> For instance, how can I get these variables:
> >>
> >> yrid08
> >> yrcampus08
> >> testdate08
> >> dob08
> >>
> >> into this form:
> >>
> >> yrid8
> >> yrcampus8
> >> testdate8
> >> dob8
> >>
> >> Thanks in advance for any help,
> >> Diego
> >>
> >> --
> >>
> >> David Diego Torres, PhD
> >> NSF SBE Postdoctoral Research Fellow
> >> Houston Education Research Consortium
> >> Rice University
> >> 6100 Main Street, MS-28
> >> Houston, TX 77005
> >> Phone: 713-348-2984
> >> Email: ddtorres at rice dot edu
> >>
> >> *
> >> * For searches and help try:
> >> * http://www.stata.com/help.cgi?search
> >> * http://www.stata.com/support/faqs/resources/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/faqs/resources/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/faqs/resources/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/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index