Error in Arima, on output of certain orders

前端 未结 0 1038
隐瞒了意图╮
隐瞒了意图╮ 2021-02-11 06:54

I have a time-series dataset, named "datats"

Arima(datats, order=c(0,1,1), seasonal = c(2,1,1))

This gives output

Arima(         


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