Skip to content
Prev 3430 / 15274 Next

Problem using stl() on data from quantmod

ts(IBM, freq = 250)[, 4]
makes stl() OK.

I wonder the purpose of freq=250.   If IBM indeed contains different number
of data each year, say, 255 data one year and 252 data for another, is it
still propriate to use freq=250?

I tried to set freq=1 while using start to specify the start date.   But
don't know how to set start to a specific date.   

Thanks Gabor.

Regards,
Wind
Gabor Grothendieck wrote: