Duncan Murdoch wrote: > Gad Abraham wrote: >> Hi, >> >> In 2.6.0 arima() used to return an object with attribute `x' which is >> the observed time series, but this has been dropped from 2.6.1. >> >> This breaks the forecast function in package forecast. >> >> There's no mention of it in the changelog for 2.6.1. >> >> Is this a bug or a feature? > I don't see it there. Can you show the code you were using to get it? >
Sorry, my mistake: The 2.6.0 version was using a previous version of the forecast package that has its own arima() function, masking the one from stats. The forecast::arima version has `x', but stats::arima doesn't, hence the confusion. This has been changed in the new version of forecast. Thanks, Gad -- Gad Abraham Department of Mathematics and Statistics The University of Melbourne Parkville 3010, Victoria, Australia email: [EMAIL PROTECTED] web: http://www.ms.unimelb.edu.au/~gabraham -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ______________________________________________ [email protected] 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.

