Hello there!
I am a beginner with R, thus I would like to ask for a help.
I am intending to use "forecast.HoltWinters" function in R to forecast from univariate time-series. Ive found several guidelines on the web, however, after I try to install this package R tells me that it is not available for my version.
However, it is possible to first run smoothing function "HoltWinters()" and then run the smoothed data through function "forecast."
However, I am not sure whether it produces the same results as the "forecast.HoltWinters" would have produced.