Skip to content
Prev 43663 / 398513 Next

arima function

You can look the message up!  ?optim gives

convergence: An integer code. '0' indicates successful convergence.
          Error codes are

          '1' indicates that the iteration limit 'maxit' had been
               reached.

and so you should try an increased limit via the optim.control argument.

If I understand correctly, you have two possible ways to model trends, and 
it is likely that makes the optimization ill-determined.
On Wed, 4 Feb 2004, Gaelle BARROT wrote: