Re: [R] Having problem with forecast.Arima() function

2013-08-05 Thread Berend Hasselman
On 05-08-2013, at 10:32, Salaam Batur wrote: > Dear Berend, > > I am using R version 3.0.1 and I loaded code packages below > > library(TSA) > library(lattice) > library(stats) > library(utils) > library(forecast) > > I reisntalled R and loaded packages 'steries' and 'forecast' as you > sugg

Re: [R] Having problem with forecast.Arima() function

2013-08-05 Thread Berend Hasselman
On 05-08-2013, at 07:47, Salaam Batur wrote: > Dear R users, > > I am having a problem using forecast.Arima fuction. Here is the whole code: > > d=scan("D:/Data.txt") > d > D=ts(data=d, start=1981,end=2012, frequency=1) > D > Time Series: > Start = 1981 > End = 2012 > Frequency = 1 > [1] 384