Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Arima forecasting model

Hello,   I have visited the following url:    https://community.powerbi.com/t5/R-Script-Showcase/ARIMA-forecasting/td-p/124237/highlight/false   where we can find a project named forecast_ARIMA...
  • mwegener's avatar
    6 years ago

    Hi Anonymous ,

     

    change line 558-559 to this.

     

    plot(forecast(prediction, lwd=pointCex, col=alpha(pointsCol,transparency), fcol=alpha(forecastCol,transparency), flwd = pointCex, shaded=fillConfidenceLevels,
    main = "", sub = pbiInfo, col.sub = infoTextColor, cex.sub = cexSub, xlab = labTime, ylab = labValue, xaxt = "n"))
     
     
    If I answered your question, please mark my post as solution, this will also help others.
    Please give Kudos for support.