- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.