//! /* 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 = Multiple Correspondence Analysis( Y( :country, :size, :type ), Cross Table( Cell Chi Square( 0 ), Show Total( 1 ) ), Show Squared Cosines( 1 ) );