Error in decompose(st) : time series has no or less than 2 periods

前端 未结 0 1603
庸人自扰
庸人自扰 2020-12-06 16:16

I\'m using a daily dataset from mid to end of year 2015.

ts <- ts(df$sales, start = c(2015,6), frequency = 365)

decompose(ts)

It returns

相关标签:
回答
  • 消灭零回复
提交回复
热议问题