?arima
?write.table
groet,
Paul
Jose Narillos de Santos wrote:
Hi all,,I´m using function arima()
I.e
series is my data
model<-arima(series,c(1,0,0))
forecast<-predict(model,80)
I want to create a variable:
b1<-forecast$pred - 1.96*forecast$se
and save in a txt file
but using this:
save(b1, file= "b1.txt")
creates afile butwith this inside:
‹ ]Ã’{H“Q ðï~Ÿß|¦›ùÊÊLJI³ÔiÃ�W*¥þ‘Ã�-l)Ëœ%¤ )Å
mæ#)±,›
É�¹RIñ¸åœÈÊiSÂfµd›bÒ�ôGuážß¹çr9p9œø´»4;‚
H‚´Å‘©‰"¦Â¥žLâ€�#ÃŽR€ez´
ãÊÃ�¹1ìy‡÷3pN8Ä®°{,IÚ6¡¢˜ÊW²–Þà ôâ!ã“6éúžù=ÂÃ
ê��žó{·â6ƒ½l?øß×OõƒMw_�Â�¬û—¯•5ãëK÷Ö�©ÀZ+òÛ×
ô=é„ëæ ÉÊ(•YV·‘÷BçXùÔ(²E2 †ua��z J
Yj±+P‘tSU[PtÂgÃ<Â�ïoÆ...@¶,ŠËx�...@Þ)k¤$â„¢TìÜ $/¼ÈAËœ
dôz®‡p ÈÀù¢iþ
½Êwâ„¢�...@²räÖoÂ�dÅ“bë¤r@c¾Â�Ã¥n€~ô™óW§ }û\M*g -¹wÂ�â€
ûšÛŸìj<
hfEs�! 4�¡»Q‘h’Ë6%G Òö&J
mhdiÃ...@㧋Â�i<Ã¥Â�...@ê>ÃÂ�Ç/@£2Ôº èÂ�ÃœM³¡ ôV#
x=†Ã�Â¥l8 h¤jgɨkrÂ¥Â...@õŽ|u=ö¿Ùæ ¡Ånº2
ûÔEÙTŒ�©ËÔ¬c�õꙩX§(Õø,
Ã�/ë2óM¬š°â°JIÄŠÛ°¬ºjÂÞÂî•~ÄÅ
—]êDØ|¹°¿{9£tnË*‘âÿäÈýõ\lr—oö*6a’Ǧ±1:e¨{¢>Έû'öî°Ü‡{ZÎl^Bb<6ØËÌWbGŽ¤¯aåÆeKÿƒ‰5ß—°>Ú®ü7™Ta�cM*&ŸØZ1…Â-£Wˆ?ëŸ'ô%�Å‚œ0ÿžðBKeÓ²7–å'
Can anyone help me to do it?
Do you know also a document wich expalin how works and calculates
modelpredictions?
[[alternative HTML version deleted]]
------------------------------------------------------------------------
______________________________________________
R-help@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.
--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone: +3130 274 3113 Mon-Tue
Phone: +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul
______________________________________________
R-help@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.