Displaying 1 result from an estimated 1 matches for "etsmodel".
Did you mean:
tsmodel
2007 Jan 19
1
help with ets function in forecast package
I have been trying to use the ets function in the forecast package on a
daily time series (ts2 is a ts object with frequency =7). However when I run
the following code I get an error related to etsmodel. I have looked at ets
and I can see that there is a call to the function etsmodel, but I cant seem
to find info on the ets function anywhere. Does anyone know anything about
the etsmodel function?
this is a sample data set with sample code
library(forecast)
ts2 <- ts(c(67,55,55,59,65,74,80,5...