Re: [R] Formatting the dates generated by the forecast function

2017-10-06 Thread Bert Gunter
?format.Date -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Oct 6, 2017 at 11:30 AM, Paul Bernal wrote: > Dear friend, hope you are doing great,

[R] Formatting the dates generated by the forecast function

2017-10-06 Thread Paul Bernal
Dear friend, hope you are doing great, I have the following code: > myTseriesData <- ts(data[,2], start=c(2000,01), end=c(2017,9), frequency=12) > myTseriesModel <- auto.arima(myTseriesData, d=1, D=1) > myTseriesForecast <- forecast(myTseriesModel, h=12) > # I want to be able to format the dates