//! /* 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/Attribute Gauge.jmp" ); obj = Attribute Chart( Y( :A, :B, :C ), X( :Part ), Standard( :Standard ), Probability of Nonconformance( 0.1 ) ); obj << Calculate Escape Rate( 1 );