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
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
2 matches
Mail list logo