//! /* This script requires JMP® to run. Download a 30-day free trial from jmp.com/trial */ Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Birth Death Subset.jmp" ); Hierarchical Cluster( Y( :birth, :death ), Label( :country ), Save Distance Matrix );