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]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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.