Tabulate and Tables/Summary are very similar, but ...
hey, Tabulate, what is the difference between counting numerical and non-numerical categories?
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Summary(
Group( :age ),
N Categories( :sex )
);
dt << Tabulate(
Show Control Panel( 0 ),
Add Table(
Column Table( Analysis Columns( :sex ), Statistics( N Categories ) ),
Row Table( Grouping Columns( :age ) )
)
);
Tables/Summary:
Tabulate:
same settings, but Tabulate will fail and generate a warning: