using dates in a FOR loop with unkown freq and smpl range
Posted: Tue May 31, 2011 9:12 am
Eviews 7
What's the most efficient way to step through each data point within an unknown smpl of unknown frequency? For example: a loop that runs for each day of a D5 freq file over a 3 month smpl, or a loop that steps through each month of a monthly freq file over a two year smpl. The freq and smpl will be changing. Will a FOR loop recognize dates? I've tried several variations but can't get it to work. ! loops are integer-only and % loops work off lists?
Thanks.
What's the most efficient way to step through each data point within an unknown smpl of unknown frequency? For example: a loop that runs for each day of a D5 freq file over a 3 month smpl, or a loop that steps through each month of a monthly freq file over a two year smpl. The freq and smpl will be changing. Will a FOR loop recognize dates? I've tried several variations but can't get it to work. ! loops are integer-only and % loops work off lists?
Thanks.