// assume that the first two columns should be used dt = Current Data Table() << Stack( Columns( Column(1), Column(2) ), Source Label Column( "Sample" ), Stacked Data Column( "Response" ), Output Table( "Two-Sample Test" ) ); dt << Oneway( Y( :Response ), X( :Sample ), t Test( 1 ), Box Plots( 0 ), Mean Diamonds( 0 ) );