I'm trying to use the Holt-Winters model included with the R package 'forecast' to forecast a product's sales revenues, which includes seasonality.
In the past the product's price as changed, and with it the revenues generated - events that I believe are referred to as 'explainable variation'.
My question is - how do I take into account these changepoints when forecasting? Is the general process to 'standardise' the historical data - by, say, applying the % increase/decrease in revenues brought about by a price change to revenues prior to the change - or introducing some kind of factor account for the % shift? Maybe there is an automated way in R to account for these events?