Using by statement in proc esm
I was using proc een in SAS, for time series forecasting. I want to include two variables in by
statement.
My data contains four columns:
- Shop_id
- Item_id
- Item_price
- Date
The item_price column is the one which should be forecasted. The date is in months.
I want to include both shop_id and item_id in the by
statement
Is it possible ?
Topic sas time-series machine-learning
Category Data Science