<?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 Jackknife Predicted Values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/6189#M6188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear developers.&lt;/P&gt;&lt;P&gt;I need to retrieve the predicted value from Jackknife&lt;/P&gt;&lt;P&gt;I saw an example of getting the value from the table in the scripting guide..&lt;/P&gt;&lt;P&gt;myJackVal = column(“Jackknife Distances”)&amp;lt;&amp;lt;Get Property(“Jackknife value”);&lt;/P&gt;&lt;P&gt;Unfortunately I don’t know how to save the values to the data table.&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 20:41:03 GMT</pubDate>
    <dc:creator>pniel</dc:creator>
    <dc:date>2013-01-24T20:41:03Z</dc:date>
    <item>
      <title>Jackknife Predicted Values</title>
      <link>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/6189#M6188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear developers.&lt;/P&gt;&lt;P&gt;I need to retrieve the predicted value from Jackknife&lt;/P&gt;&lt;P&gt;I saw an example of getting the value from the table in the scripting guide..&lt;/P&gt;&lt;P&gt;myJackVal = column(“Jackknife Distances”)&amp;lt;&amp;lt;Get Property(“Jackknife value”);&lt;/P&gt;&lt;P&gt;Unfortunately I don’t know how to save the values to the data table.&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 20:41:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/6189#M6188</guid>
      <dc:creator>pniel</dc:creator>
      <dc:date>2013-01-24T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Jackknife Predicted Values</title>
      <link>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/6190#M6189</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.jmp.com/people/Pniel" target="_blank"&gt;Pniel&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I see that this post is from a while ago, so you might have figured out an answer to your question already. If not, this script might help with what you're trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = open( "$SAMPLE_DATA/Cytometry.jmp" );
mv = Multivariate( Y( :ForSc, :SideSc, :CD3, :CD8, :CD4, :MCB ) );
mv &amp;lt;&amp;lt; Jackknife Distances( 1, Save Jackknife Distances );
jd = dt:Jackknife Distances &amp;lt;&amp;lt; get values;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="font-weight: normal;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: normal;"&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P style="font-weight: normal;"&gt;Michael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 21:14:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/6190#M6189</guid>
      <dc:creator>michael_jmp</dc:creator>
      <dc:date>2017-09-17T21:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Jackknife Predicted Values</title>
      <link>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/44685#M25579</link>
      <description>&lt;P&gt;Thanks for the helpful answer, Michael. With regard to Jackknife distances, in the graph I can see an UCL value being displayed as well as a horizontal dashed line marking the UCL value. When I tried to extract the UCL value I realized it is stored in a FrameBox. Is there any way to extract the UCL value through JSL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 02:30:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/44685#M25579</guid>
      <dc:creator>UserLightNew</dc:creator>
      <dc:date>2017-09-17T02:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Jackknife Predicted Values</title>
      <link>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/44686#M25580</link>
      <description>&lt;P&gt;If you save the Jackknife distancies, the column that is saved has a Column Property called Jackknife Value. &amp;nbsp;You can retrieve that value with&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;UCL = col &amp;lt;&amp;lt; get property( "Jackknife Value" )&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 05:58:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Jackknife-Predicted-Values/m-p/44686#M25580</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-09-17T05:58:51Z</dc:date>
    </item>
  </channel>
</rss>

