<?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: saving the probabiliy scores fro a norma quantile plot in JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610943#M81158</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a simple JSL script that will save the Prob Scores of column XXX in the Current Data Table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here (1);

dt = Current Data Table ();

obj = dt &amp;lt;&amp;lt; Distribution(column (:XXX));
obj &amp;lt;&amp;lt; Save( Prob Scores );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2023 18:39:35 GMT</pubDate>
    <dc:creator>Thierry_S</dc:creator>
    <dc:date>2023-03-12T18:39:35Z</dc:date>
    <item>
      <title>saving the probabiliy scores fro a norma quantile plot in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610932#M81156</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;From the distributions I can plot a normal quantile plot and by clicking on the red arrow I can then save in a new column in my data table the probability scores. How do I do that in a script in JSL? I&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ValeriaL_0-1678643059688.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50947iD26759E14846F841/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ValeriaL_0-1678643059688.png" alt="ValeriaL_0-1678643059688.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ValeriaL_1-1678643222864.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/50948iA3AB75DD470B38F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ValeriaL_1-1678643222864.png" alt="ValeriaL_1-1678643222864.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks, Valeria&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:29:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610932#M81156</guid>
      <dc:creator>ValeriaL</dc:creator>
      <dc:date>2023-06-08T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: saving the probabiliy scores fro a norma quantile plot in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610943#M81158</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a simple JSL script that will save the Prob Scores of column XXX in the Current Data Table.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here (1);

dt = Current Data Table ();

obj = dt &amp;lt;&amp;lt; Distribution(column (:XXX));
obj &amp;lt;&amp;lt; Save( Prob Scores );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 18:39:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610943#M81158</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-03-12T18:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: saving the probabiliy scores fro a norma quantile plot in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610970#M81159</link>
      <description>&lt;P&gt;Thank you Thierry, it does exactly what I wanted!&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 21:13:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/saving-the-probabiliy-scores-fro-a-norma-quantile-plot-in-JSL/m-p/610970#M81159</guid>
      <dc:creator>ValeriaL</dc:creator>
      <dc:date>2023-03-12T21:13:54Z</dc:date>
    </item>
  </channel>
</rss>

