How many observations in each BY group? What do you hope to learn from your analysis?
Can you summarize the improvement? Run time went from three months to ... what? Three hours?
As you advised, I run the following codes:
proc printto log="F:\mylog\log.log";
run;
proc ucm data=work
noprint;
by group;
model price:
irregular;
level;
estimate outest=work1;
run;
proc transpose data=work1 (keep=group component estimate)
out=work2;
by group;
id component;
run;
And it takes just three hours 🙂
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.