how to print a cluster analysis with a big dendrogram of 573 cases? or how to print these results in a table?
Check your log. An output data set should have been created by default.
title2 'Using METHOD=AVERAGE';
proc cluster data=sashelp.mileages(type=distance) method=average pseudo outtree=myGroups;
id City;
run;
@Edda wrote:
how to print a cluster analysis with a big dendrogram of 573 cases? or how to print these results in a table?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.