//! /* 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/Car Poll.JMP" ); obj = Contingency( Y( :size ), X( :sex ), Mosaic Plot( 0 ), Cochran Armitage Trend Test( 1 ) );