Skip to content
Prev 977 / 15274 Next

how to fit arma(1,1)?

On Wed, 16 Aug 2006 15:26:13 -0400 Tom Boonen wrote:

            
Look at arima() from stats (note that it's ar*i*ma) which takes an
`xreg' argument through which you can pass additional regressors.
There's a worked example on ?arima and also on ?UKDriverDeaths.

hth,
Z