The additive Holt model is hard-coded into simulateHoltMA. That is with the command model.ets <- forecast::ets(dat,model="AAN"). The model should be 'AAN' by default but it should be a user option to fit other ETS (errors, trend, seasonality) models.
The additive Holt model is hard-coded into simulateHoltMA. That is with the command model.ets <- forecast::ets(dat,model="AAN"). The model should be 'AAN' by default but it should be a user option to fit other ETS (errors, trend, seasonality) models.