BookmarkSubscribeRSS Feed
datalligence
Fluorite | Level 6
I am using proc Mixed for forecasting sales of more than 100 stores. Is there any way to forecast sales for the next 1 year, using the SAME model that I have used on the training/validation/modeling dataset?

It seems the only way to do this is to code the equation manually (for each store) using a DATA step. Does anyone know of a simpler or faster way to do this?

Regards,
Datalligence
1 REPLY 1
SteveDenham
Jade | Level 19
You can get these estimates in a couple ways. What might be the most efficient is to include "dummy" data for the next year for each store in the input data set, with the response variable set to . Then, use the OUTP= option on the MODEL statement to generate a dataset that will have the predicted values for all observations, including those not used in fitting the model (i.e., those with the response variable set to missing for the next year).

Steve Denham

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1753 views
  • 0 likes
  • 2 in conversation