BookmarkSubscribeRSS Feed
SMartin_82
Fluorite | Level 6

Hello,

 

I want to draw a dendrogram with the proc cluster procedure.

 

The dendrogram is plotted automatically, but the y-axis shows not all item-numbers (IDs). I have 1000 cases and I want that from every case the number is showing on the y-axis.

 

How can I do it?

 

ods graphics on;
proc cluster data=data_file method=single ccc pseudo PLOTS(MAXPOINTS=1000)=den(heigh=rsq);
var ...;
id id;
run;

 

BR Silke

1 REPLY 1
Reeza
Super User

You might be running into limitations due to the size of the graphics (physical size). 

If you don't plan to print it out, give it a large size by specifying the height and width on the ODS Graphics statement and see if that helps.

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!
How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 953 views
  • 0 likes
  • 2 in conversation