Dear all,
I am trying to run the seas() function. In doing so, I need an object of class "ts". I tried to generate an ts object using the ts() function but it does not work.
Does anyone have an idea how to generate an ts object. In addition, I get the error that there are too many observations in the file. How can I cope with that?
library(seasonal)
Error: X-13 run failed
Errors:
- Problem reading C:\Users\tr206\AppData\Local\Temp\Rtmp4Qtc08\x1312202a115399/data.dta. Too
many observations in file.
- Problem reading C:\Users\tr206\AppData\Local\Temp\Rtmp4Qtc08\x1312202a115399/data.dta. Check
your input file and format.
- Time series could not be read due to previously found errors
- Specify series before user-defined adjustments
- Need to specify a series to identify outliers
Thanks for your help.