0

I ran a forecast and now I want the output as a date frame. My problem is that the time column is not as a variable declareted. Is there an easy way to declare the column as time variable?

fcast3 <- forecast(ar4, h =48)
fcast.df <- as.data.frame(fcast3)
fcast.df

enter image description here thank you for your help

0 Answers0