[R] Seasonal package: "Error in x[[2]] : subscript out of bounds"
Juan Ceccarelli Arias
jfca283 at gmail.com
Mon Sep 5 16:51:30 CEST 2016
Hi
Im running X13 with the seasonal package. However, in some series i get
this error after specifying the x11 options:
o_1=ts(o1,frequency=12,start=c(2010,2))
so_1=seas(o_1, x11="",transform.function ="log",arima.model="([3] 1 1)(1 1
0)", x11.seasonalma="S3x5",x11.trendma=13)
Error in x[[2]] : subscript out of bounds
I have four series with almost the same code. Only in one of them the
process is applied correctly. If i type so_1, i see this:
Error: object 'so_1' not found
The series that im working with are declared as time series. I mean, all of
them look exactly the same if i do a simple View(cbind(series1,
series2,...series4))
Can some one guide me ?
Thanks for your time and interest.
[[alternative HTML version deleted]]
More information about the R-help
mailing list