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
Super User

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.

The Boston Area SAS Users Group (BASUG) is hosting our in person SAS Blowout on Oct 18!
This full-day event in Cambridge, Mass features four presenters from SAS, presenting on a range of SAS 9 programming topics. Pre-registration by Oct 15 is required.
Full details and registration info at https://www.basug.org/events.
ycenycute
Obsidian | Level 7
I am unable to find the option in a point-and-click fashion in the enterprise guide.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

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

View all other training opportunities.

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