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.

BASUG is hosting free webinars Next up: Mike Raithel presenting on validating data files on Wednesday July 17. Register now at the Boston Area SAS Users Group event page: 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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 354 views
  • 0 likes
  • 2 in conversation