I am wondering is there a way to plot a boxplot in enterprise guide without specifying the horizontal axis. I want to plot one boxplot for one interval variable, I don't want to consider different situations on the horizontal axis.
Yes. Have you tried it and hit a problem? If you are writing code, it seems straight forward with SGPLOT, e.g. :
proc sgplot data=sashelp.class ;
vbox height ;
run ;
I don't use the EG tasks, so don't know how to do it via point-and-click.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.