Displaying 1 result from an estimated 1 matches for "armod".
Did you mean:
armed
2008 Oct 21
2
For loop - how to assign "i" when it is not an element of an index?
Hello,
I'm trying to build a for loop, where I estimate a series of models with
different sets of (time series) data.
However my for loop doesn't recognize the "i"
##################### code################
window.1=anomalies.CAK[(positions(anomalies.CAK)>=timeDate("1/1/1971") &
positions(anomalies.CAK)<=timeDate("6/30/1991") )]
....