Re: [R] Error using function seas()

2016-06-26 Thread John C Frain
Check the manuals for the x13 program. There used to be a maximum length of series that earlier versions of the program could manage. Your series is almost certainly to long for x13. There is no way to change that in R. This is identical to the question that you previously asked and you still have

Re: [R] Error using function seas()

2016-06-25 Thread Rolf Turner
This is identical to the question that you previously asked and you still have not addressed the problem of making your example *reproducible*. cheers, Rolf Turner On 26/06/16 01:52, T.Riedle wrote: Dear all, I am trying to run the seas() function. If I run the seas() function as shown be

[R] Error using function seas()

2016-06-25 Thread T.Riedle
Dear all, I am trying to run the seas() function. If I run the seas() function as shown below I get following errors. What is wrong with my code? > data<-Shiller_data[,2] > ts<-ts(data,start=c(1871, 01), end=c(2015, 12), frequency=12) > ts Jan Feb Mar Apr May Jun