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?
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.