Skip to content
Prev 276803 / 398506 Next

window?

Thank you.

I am glad I asked. It wasn't giving answers that I expected and now I 
know why.

Rather than pull in another package just for this functionality, I will 
just reassign the frequency by generating a new time series like:

dswin <- window(ds, start=..., end=...)
dswin <- ts(dswin, frequency=1)

That should work shouldn't it?

Thanks again.

Kevin
On Tue, Nov 8, 2011 at 9:40 PM, R. Michael Weylandt wrote: