Does a list of arima models help?
foo <- list()
foo[[1]] <- arima(...)
foo[[2]] <- arima(...)
HTH,
Stephan
diego Diego schrieb:> Hello everyone!
>
> I'm kind of a new R user and I'm trying to store several arima
models (as
> arima models not as lists) in something (vector, matrix, whatever)...
i've
> tried several things but nothing seems to work the way I need. Ideally I
> need a vector (or something) whose entries are Arima class objects.
>
> Thank's
>
> D.
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>