Re: [R] Using the R predict function to forecast a model fit with auto.arima function

2012-04-27 Thread R. Michael Weylandt
Hmmm can you provide the result of dput(paulfit)? Otherwise, I'm not really sure what might have happened: library(forecast) example(auto.arima) # Makes an Arima object "fit" available predict(fit, n.ahead = 36) # Works fine forecast(fit, 36) # As does this Michael On Thu, Apr 26, 2012 at 1

[R] Using the R predict function to forecast a model fit with auto.arima function

2012-04-26 Thread PaulJr
Hello R users, Hope everyone is doing great. I have a dataset that is in .csv format and consists of two columns: one named Period (which contains dates in the format _mm) and goes from 1995_10 to 2007_09 and the second column named pcumsdry which is a volumetric measure and has been formatt