BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Jade_SAS
Pyrite | Level 9

Hi All,

 

    Where I can find hand on forecast documentations? I read the theorical booked recommended on this forum, right now want to do some practice work with example data sets. Any hand on documentation is welcome. Thank you!

 

Jade

1 ACCEPTED SOLUTION

Accepted Solutions
alexchien
Pyrite | Level 9

Hi Jade,

The best free online book with step by step examples is Forecasting: Principles and Practice by Rob Hyndman and George Athana­sopou­los

https://www.otexts.org/book/fpp

They used R in the book to illustrate the examples to users. We have converted the R data to SAS dataset as well as the equivalent SAS codes for users just like you to learn forecasting using SAS. 😆 You can get the SAS dataset and SAS code from the following github:

https://github.com/alexchienTW/SAS-Viya-Forecast-Cookbook

The github contains SAS codes for both SAS 9.4 and SAS Viya.

 

Have fun with it.

Alex

 

View solution in original post

2 REPLIES 2
alexchien
Pyrite | Level 9

Hi Jade,

The best free online book with step by step examples is Forecasting: Principles and Practice by Rob Hyndman and George Athana­sopou­los

https://www.otexts.org/book/fpp

They used R in the book to illustrate the examples to users. We have converted the R data to SAS dataset as well as the equivalent SAS codes for users just like you to learn forecasting using SAS. 😆 You can get the SAS dataset and SAS code from the following github:

https://github.com/alexchienTW/SAS-Viya-Forecast-Cookbook

The github contains SAS codes for both SAS 9.4 and SAS Viya.

 

Have fun with it.

Alex

 

Jade_SAS
Pyrite | Level 9

Alex, this is really helpful! Thank you!