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

Can anyone say how to use PROC GENMOD for Time Series ?

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

I see nothing in the PROC GENMOD documentation that indicates it is appropriate for Time Series analysis.

 

I suppose you can use PROC GENMOD and ignore the time-series correlations which might be present in your data. You can put any data you want into GENMOD and get an answer. You can use GENMOD to predict, but it may not be meaningful to do so in this situation, and I am not recommending this

 

 

--
Paige Miller

View solution in original post

4 REPLIES 4
PaigeMiller
Diamond | Level 26

I think we need more information.

 

What analysis do you want to do on this time series?

--
Paige Miller
SubhabrataDatta
Fluorite | Level 6

I have this data of 

1. Transactions

2. Date

3. Hour

for 2 years.

 

I need to predict transactions for next month.

 

I know I can use PROC FORECAST or PROC AUTOREG or other procs

 

but Is there a way to achieve this using PROC GENMOD ?

PaigeMiller
Diamond | Level 26

I see nothing in the PROC GENMOD documentation that indicates it is appropriate for Time Series analysis.

 

I suppose you can use PROC GENMOD and ignore the time-series correlations which might be present in your data. You can put any data you want into GENMOD and get an answer. You can use GENMOD to predict, but it may not be meaningful to do so in this situation, and I am not recommending this

 

 

--
Paige Miller
SubhabrataDatta
Fluorite | Level 6
ok thank you very much

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 647 views
  • 1 like
  • 2 in conversation