<?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: Save Predicted using JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/548065#M76503</link>
    <description>&lt;P&gt;Here is another way to show the flexibility of Bivariate.&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" );

obj = dt &amp;lt;&amp;lt; Bivariate( Y( :Weight ), X( :Height ), Fit Line( 1 ) );

obj &amp;lt;&amp;lt; (Curve[1] &amp;lt;&amp;lt; Save Predicteds);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 Sep 2022 12:18:19 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2022-09-22T12:18:19Z</dc:date>
    <item>
      <title>Save Predicted using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/547669#M76492</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;How can I save the Predicteds formula in a Bivariate plot using JSL?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:54:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/547669#M76492</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2023-06-10T23:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Save Predicted using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/547742#M76495</link>
      <description>&lt;P&gt;Here is an example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
obj = dt &amp;lt;&amp;lt; Bivariate( Y( :Weight ), X( :Height ) );
obj &amp;lt;&amp;lt; Fit line( {Save Predicteds} );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Taken from the Scripting Index, with small modification&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 03:55:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/547742#M76495</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-09-22T03:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Save Predicted using JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/548065#M76503</link>
      <description>&lt;P&gt;Here is another way to show the flexibility of Bivariate.&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" );

obj = dt &amp;lt;&amp;lt; Bivariate( Y( :Weight ), X( :Height ), Fit Line( 1 ) );

obj &amp;lt;&amp;lt; (Curve[1] &amp;lt;&amp;lt; Save Predicteds);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Sep 2022 12:18:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-Predicted-using-JSL/m-p/548065#M76503</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-09-22T12:18:19Z</dc:date>
    </item>
  </channel>
</rss>

