I\'m trying to create an in-sample subset for time series data, I am using
insample=window(data, start=c(2002-07-15), end=c(2003-04-19))
Howe