Export accuracy of multiple timeseries forecasts in r into csv-document
问题 I am using the fpp package to forecast multiple time series of different customers at the same time. I am already able to extract the point forecasts of different easy forecast methods ( snaive , meanf , etc.) into a csv document. However, I am still trying to figure out how to extract the measures of the accuracy() command of every time series into a csv file at the same time. I constructed an example: # loading of the "fpp"-package into R install.packages("fpp") require("fpp") # Example