cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
hogi
Level XII

Tabulate as Tree Box?

For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?

 

hogi_1-1689616740378.png

 

 

Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Tabulate(
	Add Table(
		Column Table( Analysis Columns( :height ), Statistics( Median ) ),
		Row Table( Grouping Columns( :sex, :age, :name ) )
	)
)

 

0 REPLIES 0

Recommended Articles