<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to make cumulative probability plots in JMP? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/681914#M86759</link>
    <description>&lt;P&gt;Till cumulative probability will be available via Summary Statistics in Graph Builder (&lt;LI-MESSAGE title="Add CDFs to Graph Builder" uid="551634" url="https://community.jmp.com/t5/JMP-Wish-List/Add-CDFs-to-Graph-Builder/m-p/551634#U551634" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;) ....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plot quantile by actual&lt;/STRONG&gt; can be used as a workaround:&lt;/P&gt;&lt;P&gt;It's similar to CDF - but with access to the data points.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;disadvantages:&lt;BR /&gt;- many black points!&lt;/P&gt;&lt;P&gt;- no split plots&lt;/P&gt;&lt;P&gt;- ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1695893723741.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57055iF2EC01AB1461CC04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1695893723741.png" alt="hogi_0-1695893723741.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );	
Oneway(
	Y( :weight ),
	X( :age ),
	All Graphs( 0 ),
	Plot Quantile by Actual( 1 ),
	CDF Plot( 1 ),
	Local Data Filter( Close Outline( 1 ) )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jul 2024 15:10:31 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-07-13T15:10:31Z</dc:date>
    <item>
      <title>how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/522747#M74745</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How can I make cumulative probability plot like the one below? Appreciate your help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="r30363_0-1658152068599.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44078iAA0D29C0B64DED17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="r30363_0-1658152068599.png" alt="r30363_0-1658152068599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:25:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/522747#M74745</guid>
      <dc:creator>r30363</dc:creator>
      <dc:date>2023-06-11T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/522758#M74746</link>
      <description>&lt;P&gt;Below are three different options&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use CDF Matrix function &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/matrix-functions.shtml?os=win&amp;amp;source=application#ww2657416" target="_blank" rel="noopener"&gt; JSL Syntax Reference &amp;gt; JSL Functions &amp;gt; Matrix Functions &amp;gt; CDF(Y)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1658152585111.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44081i76DAA308DC5FD29A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1658152585111.png" alt="jthi_2-1658152585111.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use Distribution platform and enable CDF Plot &lt;A href="https://www.jmp.com/support/help/en/16.2/index.shtml#page/jmp/cdf-plot.shtml" target="_blank" rel="noopener"&gt; Basic Analysis &amp;gt; Distributions &amp;gt; Options for Continuous Variables &amp;gt; CDF Plot&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1658152571477.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44080i8BB36DE35DBC597F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1658152571477.png" alt="jthi_1-1658152571477.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use Fit Y by X and enable CDF Plot &lt;A href="https://www.jmp.com/support/help/en/16.2/index.shtml#page/jmp/example-of-a-cdf-plot.shtml#ww854324" target="_blank" rel="noopener"&gt; Basic Analysis &amp;gt; Oneway Analysis &amp;gt; Additional Examples of the Oneway Platform &amp;gt; Example of a CDF Plot&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1658152548678.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44079iD6FEB2084A36FA68/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1658152548678.png" alt="jthi_0-1658152548678.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 13:58:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/522758#M74746</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-07-18T13:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/522965#M74776</link>
      <description>&lt;P&gt;There is also a nice way via Graph Builder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First select the grouping parameter&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_1-1658166489067.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44095iDD73D43EB1CD5EF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_1-1658166489067.png" alt="HolgerSp_1-1658166489067.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then use the (right click) context menu/Distributional/ cumulative probability function to&amp;nbsp; generate the ColRank/ColNumber equation and put it on the y axis (the value itself on the x axis).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_2-1658166719936.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44097i8B88B8FE60C80683/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_2-1658166719936.png" alt="HolgerSp_2-1658166719936.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;that's it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_3-1658166802247.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44098i27A8D42DCEC7FD3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_3-1658166802247.png" alt="HolgerSp_3-1658166802247.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class.jmp" );


Data Table( "Big Class" ) &amp;lt;&amp;lt; Graph Builder(
	Size( 534, 464 ),
	Show Control Panel( 0 ),
	Variables(
		X( :height ),
		Y(
			Transform Column(
				"Cumulative Prob...ty[height][sex]",
				Formula(
					Col Rank( :height, :sex ) / (Col Number( :height, :sex ) + 1)
				)
			)
		),
		Overlay( :sex )
	),
	Elements( Points( X, Y, Legend( 11 ) ), Smoother( X, Y, Legend( 12 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 05:30:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/522965#M74776</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-04T05:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/523565#M74828</link>
      <description>&lt;P&gt;As I'm using this quite often, I've implemented a simple script in custom menue (view --&amp;gt; customize --&amp;gt; menues and toolbars),&lt;/P&gt;
&lt;P&gt;running it with a table open it makes the CDF Plot quite easily.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Oneway( all graphs( 0 ), CDF Plot( 1 ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Georg_0-1658253739896.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44133iA8FCDCBB91BF7D38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Georg_0-1658253739896.png" alt="Georg_0-1658253739896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 18:05:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/523565#M74828</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-07-19T18:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/527722#M75153</link>
      <description>&lt;P&gt;Holger, thanks for the instruction, that is a new analysis skill which I am completely unaware. further question, if I want to do Left side&amp;nbsp; Y-axis with standard deviation, right side Y-axis with cumulative probability, how to add a right Y in graph builder?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:35:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/527722#M75153</guid>
      <dc:creator>r30363</dc:creator>
      <dc:date>2022-07-28T15:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529725#M75307</link>
      <description>&lt;P&gt;is this what you mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HolgerSp_2-1659513064073.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44528i6EA9E80C0DC7CD4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HolgerSp_2-1659513064073.png" alt="HolgerSp_2-1659513064073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Big Class.jmp" );
Graph Builder(
	Size( 688, 430 ),
	Show Control Panel( 0 ),
	Graph Spacing( 5 ),
	Variables(
		X(
			Transform Column(
				"Normal Quantile [sigma]",
				Formula(
					Normal Quantile(
						Col Rank( :height, :sex ) / (Col Number( :height, :sex ) + 1),
						0,
						1
					)
				)
			)
		),
		X(
			Transform Column(
				"Cumulative Prob [1=100%]",
				Formula( Col Rank( :height, :sex ) / (Col Number( :height, :sex ) + 1) )
			)
		),
		X( :sex ),
		Y( :height ),
		Overlay( :sex )
	),
	Elements( Position( 1, 1 ), Points( X, Y, Legend( 17 ) ), Smoother( X, Y, Legend( 18 ) ) ),
	Elements( Position( 2, 1 ), Points( X, Y, Legend( 11 ) ), Smoother( X, Y, Legend( 12 ) ) ),
	Elements( Position( 3, 1 ), Box Plot( X, Y, Legend( 16 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:57:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529725#M75307</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-08-03T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529726#M75308</link>
      <description>&lt;P&gt;I really like Georg's approach to add a shortcut to the main menu.&lt;/P&gt;&lt;P&gt;My new universal plot button (best: with normal prob. scale :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, the GraphBuilder version with the individual data points provides more interactivity.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How would you adjust such graphbuilder code such that it can be used dynamically for any table like Georg's one:&lt;BR /&gt;The user should have the possibility to dynamically choose the variable to plot and the grouping variable.&lt;/P&gt;&lt;P&gt;For X, Y and Overlay, I can just use the Application Builder - but how to implement it for the Transform Column inline Formula?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 07:40:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529726#M75308</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-08-03T07:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529924#M75323</link>
      <description>&lt;P&gt;Here is a crude example that should provide you a good start on what your idea is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = // Open Data Table: big class.jmp
// → Data Table( "big class" )
Open( "$SAMPLE_DATA/big class.jmp" );

New Window( "Select column",
	hlb = H List Box(
		clb = Col List Box(
			dt &amp;lt;&amp;lt; get name,
			all,
			max selected( 1 ),
			Try( vlb &amp;lt;&amp;lt; delete );
			hlb &amp;lt;&amp;lt; append(
				vlb = V List Box(
					var = (clb &amp;lt;&amp;lt; get selected)[1];
					Eval(
						Substitute(
								Expr(
									cp = Graph Builder(
										Size( 688, 430 ),
										Show Control Panel( 0 ),
										Graph Spacing( 5 ),
										Variables(
											X(
												Transform Column(
													"Normal Quantile [sigma]",
													Formula(
														Normal Quantile(
															Col Rank( __var__, :sex ) / (Col Number( __var__, :sex ) + 1),
															0,
															1
														)
													)
												)
											),
											X(
												Transform Column(
													"Cumulative Prob [1=100%]",
													Formula( Col Rank( __var__, :sex ) / (Col Number( __var__, :sex ) + 1) )
												)
											),
											X( :sex ),
											Y( __var__ ),
											Overlay( :sex )
										),
										Elements( Position( 1, 1 ), Points( X, Y, Legend( 17 ) ), Smoother( X, Y, Legend( 18 ) ) ),
										Elements( Position( 2, 1 ), Points( X, Y, Legend( 11 ) ), Smoother( X, Y, Legend( 12 ) ) ),
										Elements( Position( 3, 1 ), Box Plot( X, Y, Legend( 16 ) ) )
									)
								),
							Expr( __var__ ), Parse( var )
						)
					);
				)
			);
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Aug 2022 16:18:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529924#M75323</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-03T16:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529986#M75325</link>
      <description>&lt;P&gt;wow, that's very cool :)&lt;/img&gt;&lt;BR /&gt;I added a second ColListBox for the grouping variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );&lt;BR /&gt;dt=Open( "$SAMPLE_DATA/big class.jmp" );

dt &amp;lt;&amp;lt; Clear Column Selection();

updatePlot = Function( {},
	If( Length( clb &amp;lt;&amp;lt; get selected ) == 0 | Length( clb2 &amp;lt;&amp;lt; get selected ) == 0,
		Print( "value missing" ),
		var = (clb &amp;lt;&amp;lt; get selected)[1];
		groupByvar = (clb2 &amp;lt;&amp;lt; get selected)[1];

		Try( vlb &amp;lt;&amp;lt; delete );
		hlb &amp;lt;&amp;lt; append(
			vlb = V List Box(

				Eval(
					Eval Expr(
						cp = Graph Builder(
							Size( 724, 560 ),
							Show Control Panel( 0 ),
							Variables(
								X( Expr( Name Expr( As Column( var ) ) ) ),
								Y(
									Transform Column(
										"Cumulative Probability[1=100%]",
										Formula(
											Col Rank( Expr( Name Expr( As Column( var ) ) ), Expr( Name Expr( As Column( groupByvar ) ) ) ) / (
											Col Number( Expr( Name Expr( As Column( var ) ) ), Expr( Name Expr( As Column( groupByvar ) ) ) ) + 1)
										)
									)
								),
								Overlay( Expr( Name Expr( As Column( groupByvar ) ) ) )
							),
							Elements( Points( X, Y, Legend( 7 ) ), Smoother( X, Y, Legend( 8 ), Method( "Savitzky-Golay" ), Lambda( 2 ) ) ),
							SendToReport(
								Dispatch( {}, "Cumulative Probability[1=100%]", ScaleBox, {Scale( "Normal Probability" ), Format( "Best", 12 )} )
							)
						)
					)
					
				)
			)
		);	
	
	)
);

New Window( "grouped Comulative Probability",
	hlb = H List Box(
		V List Box(
			clb = Col List Box( all, &amp;lt;&amp;lt;Set Data Type( "numeric" ), max selected( 1 ), updatePlot() ),
			clb2 = Col List Box( all, max selected( 1 ), updatePlot() )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 17:32:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/529986#M75325</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-08-04T17:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/548694#M76538</link>
      <description>&lt;P&gt;The approach "delete the plot and replace the plot" makes it really easy to generate reports with complicated interactions :)&lt;/img&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The only disadvantage:&lt;BR /&gt;By overwriting the old plot, I also reset all changes that I made to the original plot in the meantime (axis scaling, local data filter, ...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an interim solution, I searched for the changes and applied them to the new plot, e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt =Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Graph Spacing( 5 ),
	Variables( X( :sex ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 5 ) ) )
);

// manal change like :
Report( gb )[Axisbox( 2 )] &amp;lt;&amp;lt; Min(-100)


//read the oldvalues
mymin=((report(gb)&amp;lt;&amp;lt; xpath( "//AxisBox" ))[2] &amp;lt;&amp;lt; getscript())["Min"]

//replace the plot ....
&lt;BR /&gt;//apply the settings to the new plot
Report( gb )[Axisbox( 1 )] &amp;lt;&amp;lt; Min( Eval(myMin ))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Further thinking in this direction:&lt;BR /&gt;Is there a possibility to send a message to change the content of the plot?&lt;BR /&gt;Seems so ...&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;gb &amp;lt;&amp;lt; Variables( X( :sex ), Y( :height ) )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is almost what I need, but it adds a plot instead of replacing it.&lt;BR /&gt;Is there an option for the "variables" messages to tell GraphBuilder to replace the old variables with new ones?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 15:15:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/548694#M76538</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-09-23T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/548703#M76540</link>
      <description>&lt;P&gt;These two topics might be helpful:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Updating the Graph Builder's Element statement" uid="66064" url="https://community.jmp.com/t5/Discussions/Updating-the-Graph-Builder-s-Element-statement/m-p/66064#U66064" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;LI-MESSAGE title="Graph Builder JSL commands on Elements" uid="280051" url="https://community.jmp.com/t5/Discussions/Graph-Builder-JSL-commands-on-Elements/m-p/280051#U280051" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You might be able to use similar methods with Variables (search &lt;STRONG&gt;Graph Builder Box &lt;/STRONG&gt;from Scripting Index).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 15:29:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/548703#M76540</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-09-23T15:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/548707#M76541</link>
      <description>&lt;P&gt;"remove variable" - just in front of my eyes, but I did not see it.&lt;BR /&gt;&lt;BR /&gt;Many thanks :)&lt;/img&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1677100587366.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50369iBCC7659C80414232/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1677100587366.png" alt="hogi_0-1677100587366.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );


dt = Current Data Table();


updatePlot2 = Function( {},
	If( Length( clb &amp;lt;&amp;lt; get selected ) == 0 | Length( clb2 &amp;lt;&amp;lt; get selected ) == 0,
		Print( "value missing" ),
		gbr = Report( gb );
		gbb = gbr[Graph Builder Box( 1 )];
		var = (clb &amp;lt;&amp;lt; get selected)[1];
		groupByvar = (clb2 &amp;lt;&amp;lt; get selected)[1];

		allVariables = (gbb &amp;lt;&amp;lt; get variables);
		For Each( {var, idx}, Reverse( allVariables ),
			gbb &amp;lt;&amp;lt; remove variable( {var[1] , Role(  Arg( var[2] ) )} )
		);

		gbb &amp;lt;&amp;lt; add variable( {Column( var ), Role( "X" )} );
		
		Eval(
			Eval Expr(
				gbb &amp;lt;&amp;lt; add variable(
					{Transform Column(
						"Cumulative Probability[1=100%]",
						Formula(
							Col Rank( Expr( Name Expr( As Column( var ) ) ), Expr( Name Expr( As Column( groupByvar ) ) ),Excluded() ) / (
							Col Number( Expr( Name Expr( As Column( var ) ) ), Expr( Name Expr( As Column( groupByvar ) ) ),Excluded() ) + 1)
						)
					), Role( "Y" )}
				)
			)
		);
		
		gbb &amp;lt;&amp;lt; add variable( {Column( groupByvar ) , Role( "Overlay" )} ) ;
		&lt;BR /&gt;// &lt;STRIKE&gt;SendToReport( Dispatch( {}, "Cumulative Probability[1=100%]", ScaleBox, {Scale( "Normal Probability" ), Format( "Best", 12 )} ) )&lt;/STRIKE&gt;
		yAxis = ((gb &amp;lt;&amp;lt; xpath( "//ScaleBox" ))[2]);
		yAxis &amp;lt;&amp;lt; {Scale( "Normal Probability" ), Format( "Best", 12 ), Title};
		
		gb &amp;lt;&amp;lt; getXML();
		

		
		
	)
);


gbWindow = New Window( "Grouped Cumulative Probability",
	hlb = H List Box(
		V List Box(
			Panel Box( "Value", clb = Col List Box( all, &amp;lt;&amp;lt;Set Data Type( "numeric" ), max selected( 1 ), updatePlot2() ) ),
			Panel Box( "group by", clb2 = Col List Box( all, max selected( 1 ), updatePlot2() ) )
		),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size( 724, 560 ),
			Show Control Panel( 0 ),
			Elements( Points( X, Y, Legend( 7 ) ), Smoother( X, Y, Legend( 8 ), Method( "Savitzky-Golay" ), Lambda( 2 ) ) ),
			SendToReport( Dispatch( {}, "Cumulative Probability[1=100%]", ScaleBox, {Scale( "Normal Probability" ), Format( "Best", 12 )} ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;updates:&amp;nbsp;&lt;BR /&gt;- remove &amp;amp; add variable (Y) deletes the normal probability setting on this axis&lt;BR /&gt;-&amp;gt;&amp;nbsp; send the&amp;nbsp;&lt;EM&gt;normal probability&amp;nbsp;&lt;/EM&gt; &amp;nbsp;command again&lt;/P&gt;&lt;P&gt;- new problem: when running the "transform column" a second time and more often, jmp adds a counter to the name on the y axis:&amp;nbsp;&lt;CODE class=" language-jsl"&gt;Cumulative Probability[1=100%] XX&amp;nbsp;&lt;/CODE&gt;-&amp;gt; Y axis no longer accessible by its original name&lt;BR /&gt;-&amp;gt; get the y axis title via xPath&lt;BR /&gt;&lt;BR /&gt;- Excluded() added in the Col... functions to force jmp to ignore excluded() rows in the calculation.&lt;/P&gt;&lt;P&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 21:16:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/548707#M76541</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-02-22T21:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607570#M80917</link>
      <description>&lt;P&gt;edit: unfortunately, this code is wrong - see&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608617/highlight/true#M81005" target="_self"&gt;below&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;... but can be fixed - see &lt;A href="https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/794664/highlight/true#M97141" target="_blank" rel="noopener"&gt;further below&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I just detected the &lt;STRONG&gt;Cumulative Percent&lt;/STRONG&gt; entry in the Summary settings:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_5-1725887783933.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68069i2598844CB62C0825/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_5-1725887783933.png" alt="hogi_5-1725887783933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way it gets very easy to generate a grouped CDF Plot - even with the possibility to use a column switcher:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_6-1725887814243.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68070i00DD9785B5E66B78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_6-1725887814243.png" alt="hogi_6-1725887814243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = Current Data Table();

myCols = {};

ex = New Window( "Modal Dialog example",
	"Modal",
	V List Box(
		Lineup Box( N Col( 2 ),
			Panel Box( "", fcs = Filter Col Selector() ),
			Panel Box( "",
				Lineup Box( N Col( 2 ),
					Button Box( "variables", variableColsLB &amp;lt;&amp;lt; append( fcs &amp;lt;&amp;lt; get selected ) ),
					variableColsLB = Col List Box(Continuous, width( 200 ), min items( 1 ), nlines( 10 ) ),
					Button Box( "group by", groupColLB &amp;lt;&amp;lt; append( fcs &amp;lt;&amp;lt; get selected ) ),
					groupColLB = Col List Box( Nominal, width( 200 ), max items( 1 ), min items( 1 ), nlines( 1 ) )
				)
			)
		),
		H List Box(
			Button Box( "OK",
				For Each( {col, idx}, variableColsLB &amp;lt;&amp;lt; get items(), Insert Into( myCols, Name Expr( As Column( dt, col ) ) ) );
				groupColName = (groupColLB &amp;lt;&amp;lt; get items)[1];
				groupCol = Name Expr( As Column( dt, groupColName ) );
			),
			Button Box( "cancel" )
		)
	)
);

If(
	Not( ex["button"] == 1 ), Stop(),
	N Items( myCols ) == 0,
		Stop()
	
);

col1 = myCols[1];

Eval(
	Substitute(
			Expr(
				dt &amp;lt;&amp;lt; Graph Builder(
					Show Control Panel( 0 ),
					Show Title( 0 ),
					Size( 500, 300 ),
					Variables( X( __col1__ ), 
					Y( __col1__ ), // here is the error: use a column with "1"s instead to make it right&lt;BR /&gt;					Overlay( __groupCol__ ) ),
					Elements( Points( X, Y, Summary Statistic( "Cumulative Percent" ) ) ),
					Column Switcher( __col1__, __myCols__ ),
					SendToReport(
						Dispatch( {}, "Graph Builder", OutlineBox, {Set Title( "Cumulative Distribution Plot" ), Image Export Display( Normal )} )
					)
				)
			),
		Expr( __col1__ ), Name Expr( col1 ),
		Expr( __myCols__ ), Name Expr( myCols ),
		Expr( __groupCol__ ), Name Expr( groupCol ), 

	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 13:19:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607570#M80917</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-09T13:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607727#M80935</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//librecall:storeRoles( "CDF", verbose );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I had to mute the librecall function since I get an error in JMP17. But it seems it works without it just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we mark this as solved&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/28603"&gt;@r30363&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:47:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607727#M80935</guid>
      <dc:creator>Mauro_Gerber</dc:creator>
      <dc:date>2023-03-03T07:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607728#M80936</link>
      <description>&lt;P&gt;Thanks, I removed it.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:56:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607728#M80936</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-03-03T07:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608369#M80978</link>
      <description>&lt;P&gt;Thanks for this great JSL code.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 07:40:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608369#M80978</guid>
      <dc:creator>Thomas1</dc:creator>
      <dc:date>2023-03-06T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608617#M81005</link>
      <description>&lt;P&gt;Ouch -&amp;nbsp; sorry, unfortunately, the code doesn't do what it should do.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Cumulative Percent&lt;/STRONG&gt;&lt;/EM&gt; sounded like &lt;STRONG&gt;Cumulative Probability [%]&lt;/STRONG&gt; , but unfortunately, it doesn't sum ONES and divide by N, it sums the individual values and divides by the sum of all values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1678125330242.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50755iBD642177413C01D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1678125330242.png" alt="hogi_0-1678125330242.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the values are "similar", it's a quick hack to get something similar to CDF, but e.g. if the values start from 0 - or are even negative, the plot differs significantly from a CDF.&lt;/P&gt;&lt;P&gt;So close - but too far to fix it, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1678125597146.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50757i0624F2DEEA19823B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1678125597146.png" alt="hogi_2-1678125597146.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Airline Delays.jmp" );
dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :Arrival Delay ), Y( :Arrival Delay ), Overlay( :Airline ) ),
	Elements(
		Points( X, Y, Legend( 6 ), Summary Statistic( "Cumulative Percent" ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 20:06:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608617#M81005</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-03T20:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608642#M81009</link>
      <description>&lt;P&gt;I posted a wish to add &lt;STRONG&gt;Cumulative Probability&lt;/STRONG&gt; as an additional option for summary Statistics in Graph Builder:&lt;BR /&gt;&lt;LI-MESSAGE title="Summary Statistics: add Cumulative Probability" uid="608623" url="https://community.jmp.com/t5/JMP-Wish-List/Summary-Statistics-add-Cumulative-Probability/m-p/608623#U608623" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, perhaps in Jmp18 it will be THAT EASY to generate a grouped Cumulative Probability Plot in Graph Builder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The huge advantage compared to&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607570/highlight/true#M80917" target="_blank" rel="noopener"&gt;https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/607570/highlight/true#M80917&lt;/A&gt;&amp;nbsp;:It will be compatible with the Column Switcher Feature of Graph Builder. No need to generate a GUI around the plot.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Mar 2025 10:49:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/608642#M81009</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-03-30T10:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/615284#M81503</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mauro_Gerber_0-1679466946825.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51372i3DC5C499F71A490A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mauro_Gerber_0-1679466946825.png" alt="Mauro_Gerber_0-1679466946825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 06:35:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/615284#M81503</guid>
      <dc:creator>Mauro_Gerber</dc:creator>
      <dc:date>2023-03-22T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to make cumulative probability plots in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/615335#M81510</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/10741"&gt;@Mauro&lt;/a&gt;&amp;nbsp;Thanks a lot for the Kudo - an also for the other 3.&lt;BR /&gt;With 4 Kudos this feature should be kind of save to appear in a future Jmp version&amp;nbsp;&amp;nbsp;:)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 14:53:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-make-cumulative-probability-plots-in-JMP/m-p/615335#M81510</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-06-27T14:53:25Z</dc:date>
    </item>
  </channel>
</rss>

