Skip to content

R code queries

2 messages · Rui Barradas, Richard M. Heiberger

#
Hello,

Address your questions to R-Help, please:

r-help at r-project.org

I don't use VBA, so I can't help you with what you need.

Does your code run in R?
As a first line of code, you should have written

library(forecast)

rest of answer inline.


Em 20-08-2013 17:10, siddhartha.geddam at eclerx.com escreveu:
I have no idea.
In Rgui, (R version 3.0.1 (2013-05-16), Windows 7) I had no problem.
ets3 <- ets(zz, model="AAA")
Error in ets(zz, model = "AAA") : Nonseasonal data


And several other models give me the same error. (All but ets1, ets2 and 
ets7)
ets7 <- ets(zz, model="AMN")
Error in ets(zz, model = "AMN") : Forbidden model combination

Anyway, post to R-Help.

Hope this helps,

Rui Barradas