//!
/* 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/iris.jmp"); dt << Discriminant( X( :Species ), Y( :Sepal length, :Sepal width, :Petal length, :Petal width ), Show Canonical Details( 1 ), Show Classification Counts( 1 ), Biplot Ray Position( [5.87760187115937, 2.68026722197188, 1.5] ), SendToReport( Dispatch( {}, "Discriminant Scores", OutlineBox, {Close( 1 )} ) ) );