I have a dataset where some of the subjects are flagged '0' and some are flagged '1' (in a variable called 'censor'). I'm wanting to get means for several other variables (say age, gender etc), for each group (those with censor value 0 and those with censor value 1).
How would I do this in Enterprise Guide?
You could use the query builder, create computed columns and select the summary groups as required.
You could use the Summary Statistics task, assigning the grouping variable as the Classification variable role. Here's an example result with SASHELP.CLASS using the Sex variable (either M or F).
Chris
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.