Skip to content
Back to formatted view

Raw Message

Message-ID: <20080922080603.5EW47.132314.root@mp08>
Date: 2008-09-22T12:06:03Z
From: rkevinburton at charter.net
Subject: auto.arima help.

Hello,

I am calling the auto.arima method in the forecast package at it returns what seems to be valid Arima output. But when I feed this output to 'predict' I get:

Error in predict.Arima(catall.fit[[.index]], n.ahead = 12) : 
  'xreg' and 'newxreg' have different numbers of columns

Is there a way to tell what is being supplied to xreg from the Arima output? 

Any ideas?

Thank you.

Kevin