-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Arima x13 seasonal adjusment funtions via package seasonal #176
Comments
I added an experimental But I see it would be probably nicer to implement an |
Hey @christophsax I just read christophsax/seasonal#192. It looks like you have some nice When people do this there's a bit of fun registering methods in case |
Is it possible to do that without the need to No problem to that, but it may take a little while. |
It is. Planning to add some resources on how to do this in the next couple days, will let you know when I put them up. |
This issue has been automatically closed due to inactivity. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
library(seasonal)
a <- (a ts object)
b <- seas(a)
broom::tidy(b)
Error in as.data.frame.default(x) :
cannot coerce class ""seas"" to a data.frame
In addition: Warning message:
In tidy.default(b) :
No method for tidying an S3 object of class seas , using as.data.frame
The text was updated successfully, but these errors were encountered: