Time series and stl in R: Error only univariate series are allowed

前端 未结 4 544
萌比男神i
萌比男神i 2021-01-04 01:03

I am doing analysis on hourly precipitation on a file that is disorganized. However, I managed to clean it up and store it in a dataframe (called CA1) which takes the form a

4条回答
  •  独厮守ぢ
    2021-01-04 01:48

    If you apply dim() in co2 or AirPassengers it will return NULL. Thus, I suggest you to apply dim(rainCA1)<-NULL

    It worked for me many times.

提交回复
热议问题