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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 901 views
  • 0 likes
  • 2 in conversation