Hi all,
I am going to create a variable in a way that variable in -SIMMIdt in year 2015 - SIMMIdt in year 2010 in the same region.
for example: .01467756 -.01926798=
Any ideas appreciated.
Cheers,
Paris
I am going to create a variable in a way that variable in -SIMMIdt in year 2015 - SIMMIdt in year 2010 in the same region.
for example: .01467756 -.01926798=
Code:
clear input int year byte region float SIMMIdt 2010 1 .01926798 2015 1 .01467756 2010 2 .018267224 2015 2 .014039835 2010 3 .02406379 2015 3 .022580145 2010 4 .010038483 2015 4 .0091869775 2010 5 .00555628 2015 5 .00540444 2015 6 .008160894 2010 6 .010712284 2015 7 .012789745 2010 7 .015284938 end
Any ideas appreciated.
Cheers,
Paris
Comment