New SAS User

Completely new to SAS or trying something new with SAS? Post here for help getting started.
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 1220 views
  • 1 like
  • 2 in conversation