[R] Writing the ARMA Parameters into a file

Ingo Kruck ingo.kruck at iaew.rwth-aachen.de
Thu Jul 25 11:40:57 CEST 2002


Hello,

I am trying to write the R-computed parameters of an ARIMA process into a
file.
But I am not able to.

I tried the following syntax (ts is my time series):

  .
  .
> result <- arima(ts, c(1,0,1))
> write(result, file="test.txt")

(and the following error occurred:)

Error in cat(list(...), file, sep, fill, labels, append) :
        argument 1 not yet handled by cat

How can I manage this??

Thanks,
Ingo

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list