BookmarkSubscribeRSS Feed
ycenycute
Obsidian | Level 7

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. 

2 REPLIES 2
Quentin
PROC Star

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.

Check out the Boston Area SAS Users Group (BASUG) video archives: https://www.basug.org/videos.
ycenycute
Obsidian | Level 7
I am unable to find the option in a point-and-click fashion in the enterprise guide.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

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. 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 130 views
  • 0 likes
  • 2 in conversation