BookmarkSubscribeRSS Feed
wutao9999
Obsidian | Level 7

I have a boxplot procedure as below:

graphics on;    

     boxplot data = data_a;

     plot attri_1*attri_2/
     boxstyle = SCHEMATIC

     horizontal

     nohlabel;
     ;

graphics off;

Two questions I have regarding the procedure:

1) The boxplot shows outliers using "circle" sign. What should I do to remove (not show) the outliers in the boxplot?

2) attri_2 is very long (more than 32 characters). What should I do to increase the character limit such that the entire name of attri_2 can show up in the boxplot?

Thanks a lot for the response.

1 REPLY 1

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!
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 827 views
  • 0 likes
  • 1 in conversation