Page 1 of 1

How to convert yearly to 3-yearly data

Posted: Mon Jun 18, 2012 1:38 am
by VictorV
Can someone help me out with converting a yearly time-series into a 3-yearly time series?

I have a time series with yearly data from 1871 until 2011 and I want to convert this to a 3 yearly time series (i.e. 1871,1874,1877...) by deleting all intermediate years.

Thanks!

Re: How to convert yearly to 3-yearly data

Posted: Mon Jun 18, 2012 4:02 am
by EViews Gareth

Code: Select all

pagecontract if @mod(@year,3)=2