Hi, I am a relatively new EG user (moving to also use DI later this year hopefully so DI comments are welcome also).
I understand how to do a Summary Grouping of one variable (by Country-Site-Month etc.) using the bottom window.
Is it possible to do different summary groupings in a single step? It seems inefficient to have to
create a new step for every different group. For example, create columns for (group by) COUNT by Country-Site-Month and then COUNT by Country-Site in the same project step. Thanks!
Boy have I got a task for you!
Here's an industrial-strength summarization engine, thanks to PROC MEANS.
From Enterprise Guide:
You'll get a dataset that will show all of the 0-way (summary for the dataset), 1-way (Region, and 2 others), 2-way (Region by Product, and two others) and 3-way (all three variables) summarizations of the data.
Tom
Boy have I got a task for you!
Here's an industrial-strength summarization engine, thanks to PROC MEANS.
From Enterprise Guide:
You'll get a dataset that will show all of the 0-way (summary for the dataset), 1-way (Region, and 2 others), 2-way (Region by Product, and two others) and 3-way (all three variables) summarizations of the data.
Tom
That is pretty cool. For three columns, it gives you all possible two-way summaries also.
I am going to have to see how I can use it. Thanks!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.