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: replacing task in a loop
From
Phil Clayton <[email protected]>
To
[email protected]
Subject
Re: st: replacing task in a loop
Date
Fri, 29 Jul 2011 15:58:35 +1000
Why not just use -recode-?
eg:
recode `v' (1=0) (2=0.25) (9=0.5) (3=0.75) (4=1)