![]() |
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: replacing task in a loop
From
Phil Clayton <philclayton@internode.on.net>
To
statalist@hsphsun2.harvard.edu
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)