- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone say how to use PROC GENMOD for Time Series ?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I think we need more information.
What analysis do you want to do on this time series?
Paige Miller
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content