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
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
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 403 427 450 499 550 575 615 640 680 702 730 760 790
[15] 79
3 matches
Mail list logo