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: How to genrate a variable containing some values of other variable
From
Alberto R Osella <[email protected]>
To
[email protected]
Subject
Re: st: How to genrate a variable containing some values of other variable
Date
Thu, 05 May 2011 15:09:12 +0200
Fantastic Oliver! It works!
Thank you.
Best
Alberto R. Osella, MD, PhD
Laboratorio di Epidemiologia e Biostatistica
IRCCS Saverio de Bellis
Via Turi, 27
70013 Castellana Grotte (BA)
Italia
Tel: +39 0804994655
Fax: +39 0804994650
e-mail: [email protected]
Il 05/05/2011 14:55, Oliver Jones ha scritto:
Hi,
maybe this works for you
gen int newvar = 0
local row = 0
forval i = 1(5)305 {
local row = `row' + 1
replace newvar = `i' in `row'
}
Best
Oliver
Am 05.05.2011 14:50, schrieb Alberto R Osella:
Dear Statalisters,
I'm workin with Stata 11.2 on Windows and have the following problem:
I has a variable which takes on values from 1 to 301 and I want to
generate a new variable
which should take on the following values 1,6,11,...,305 (1(5)305).
So if anyone could point me in the right direction I'd be very grateful.
Cheers
*
* 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/