Skip to content
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

warning message for unused lists #38

Closed
dashaub opened this issue Jun 10, 2016 · 0 comments
Closed

warning message for unused lists #38

dashaub opened this issue Jun 10, 2016 · 0 comments
Labels

Comments

@dashaub
Copy link
Collaborator

dashaub commented Jun 10, 2016

See below:

trainSet <- beaver1[1:100, ]
testSet <- beaver1[-(1:100), ]
trainXreg <- data.frame(trainSet$activ)
testXreg <- data.frame(testSet$activ)

beaverhm <- hybridModel(trainSet$temp,
                        models = "aest",
                        a.args = list(xreg = trainXreg),
                        n.args = list(xreg = trainXreg),
                        s.args = list(xreg = trainXreg))
forecast(beaverhm, xreg = testXreg)

Warning message:
In hybridModel(trainSet$temp, models = "aent", a.args = list(xreg = trainXreg), :
stlm was not selected in the models argument, but s.args was passed. Ignoring a.args

@dashaub dashaub added the bug label Jun 10, 2016
@dashaub dashaub closed this as completed Jun 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant