Sharon
10 years agoMicrosoft Employee
Forecasting
Description
Forecasting is used to predict next points in time series data sets. The prediction in this example is based on trend and seasonality.
Prerequisites (The sample .pbix file...
Anonymous
10 years agoNot applicable
To those who have issues with "Error in if (frequency > 1 && abs(frequency - round(frequency)) < ts.eps) frequency <- round(frequency) :" it turns out R uses your local language setting to determine a month name...
If you add the following to you R-script it should force the code to use english setting:
Sys.setlocale("LC_ALL","English")
Make sure to add it the to top of the code
Hope this helps you too :
HMonteiro
10 years agoNew Member
Solved! Many thanks!
- JuliaYebra10 years agoHelper III
Anonymous excellent!!!! Thank you!!!
- shreekishore9 years agoFrequent Visitor
Could you send any one the source file births.csv file.
Thanks,
- shreekishore9 years agoFrequent Visitor
Could you send any one the source file births.csv file.
Thanks,
- shreekishore9 years agoFrequent Visitor
please send Births.csv file
- Jacob_Minsky9 years agoMicrosoft Employee
I am attaching the births.xlsx file used to create this visual.