//! /* 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/SAT.jmp" ); Graph Builder( Variables( X( :Name( "2004 Math" ) ), Y( :Name( "% Taking (2004)" ) ) ), Elements( Line Of Fit( X, Y, Legend( 19 ), Confidence of Fit( 1 ), Confidence of Prediction( 0 ), Degree( "Linear" ), Root Mean Square Error( 0 ) ), Points( X, Y, Legend( 20 ) ) ) );