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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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