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
mmarchandTSI
Level V

Script Graph Element Summary Statistics

Using JMP 17.1.

 

How can I send a message to, say, the Points element of my Graph Builder to change the summary statistics from one to another (like Range to Standard Deviation)?  It should come down to properly referencing the Points, right?  Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
mmarchandTSI
Level V

Re: Script Graph Element Summary Statistics

I just found this in the Scripting Index.

 

gb << Update Element( 1, 1, 1, {Summary Statistic( "Mean" ), Error Bars( "Range" )} );

Sometimes things are obvious when you come back to them the next morning.

View solution in original post

1 REPLY 1
mmarchandTSI
Level V

Re: Script Graph Element Summary Statistics

I just found this in the Scripting Index.

 

gb << Update Element( 1, 1, 1, {Summary Statistic( "Mean" ), Error Bars( "Range" )} );

Sometimes things are obvious when you come back to them the next morning.

Recommended Articles