cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar

Summary CV make a percent column

When I make a CV Column with Summary

 

Names default to here(1);
dt = open("$SAMPLE_DATA\Big Class.jmp");
dt_sum = dt << Summary(
	Group( :age ),
	Mean( :height ),
	Std Dev( :height ),
	CV( :height ),
	Freq( "None" ),
	Weight( "None" ),
	output table name( "Summary" )
);

The Column is already multiplied by 100 to make it a percent. So if I try to make it a percent format I have to first divide by 100.  I think it would make more sense and be more intuitive if it wasn't multiplied by 100 but just formatted to be a percentage.  That way the percent sign is there and it seems more intuitituve to me.  This is probably a thing that goes deeper than summary, and this may cause problems.

1 Comment
Ryan_Gilmore
Community Manager
Status changed to: Archived
We are archiving this request. If this is still important please comment with additional details and we will reopen. Thank you!