We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
using: time_decompose(count,method='twitter')
gives me the error... <simpleError in stats::stl(., s.window = "periodic", robust = TRUE): series is not periodic or has less than two periods>
<simpleError in stats::stl(., s.window = "periodic", robust = TRUE): series is not periodic or has less than two periods>
Is this the right/intended error message? I'm confused whether the twitter method is used instead of stl at all.
Thank you Matt.
The text was updated successfully, but these errors were encountered:
You should be able to tell if Twitter (uses piecewise medians) is used if you visualize the time series decomposition
Sorry, something went wrong.
No branches or pull requests
Hi!
using: time_decompose(count,method='twitter')
gives me the error...
<simpleError in stats::stl(., s.window = "periodic", robust = TRUE): series is not periodic or has less than two periods>
Is this the right/intended error message?
I'm confused whether the twitter method is used instead of stl at all.
Thank you Matt.
The text was updated successfully, but these errors were encountered: