Skip to content
Prev 201021 / 398503 Next

How to setup the tsp attribute of a dataset

Thanks Gabor. Even after doing as you suggested, when I check the 
frequency of x, it still shows up as 1. I would have expected it to be 4 
now.
 > x.ts <- ts(x, start=1, frequency=4)
 > frequency(x)
[1] 1
On 11/20/2009 4:05 PM, Gabor Grothendieck wrote: