Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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.
mwegener
6 years agoMost Valuable Professional
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.
- Anonymous6 years agoNot applicable
Hello
I have made the proposed changes at line 558-559 and now it works.
As I am a beginer in R, it will remain me to understand the script.
Thank you very much.
- nicolasrarevalo4 years agoNew Member
Hi, my file only has 45 lines, can you please share with me the fixed file?
- mwegener4 years agoMost Valuable Professional