<?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: Nonlinear Fit SSE Grid Scripting Syntax in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Nonlinear-Fit-SSE-Grid-Scripting-Syntax/m-p/782908#M96678</link>
    <description>&lt;P&gt;I'm not sure if there are any other options than setting the values directly to the number col edit boxes and then "clicking" the button&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Nonlinear Examples/CES Production Function.jmp");
obj = dt &amp;lt;&amp;lt; Nonlinear(Y(:"log($ value)"n), X(:Model), Finish);
obj &amp;lt;&amp;lt; SSE Grid;

ob = Report(obj)[OutlineBox("Specify Grid for Output")];
tb = ob[Table Box(1)];

mins = {0, 1, 2, 3};
maxs = {1, 2, 3, 4};
points = {10, 12, 13, 14};

tb[2] &amp;lt;&amp;lt; Set(mins);
tb[3] &amp;lt;&amp;lt; Set(maxs);
tb[4] &amp;lt;&amp;lt; Set(points);

ob[Button Box(1)] &amp;lt;&amp;lt; Click(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 20 Aug 2024 16:41:36 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-08-20T16:41:36Z</dc:date>
    <item>
      <title>Nonlinear Fit SSE Grid Scripting Syntax</title>
      <link>https://community.jmp.com/t5/Discussions/Nonlinear-Fit-SSE-Grid-Scripting-Syntax/m-p/782896#M96676</link>
      <description>&lt;P&gt;I'm using JMP 17.2 and I can't find much information online with how to script an SSE Grid using the nonlinear tool under 'Specialized Modeling'. I can see from the scripting index the below, but I can't see how to set the min, max, and number of points programmatically via the scripts. Is someone able to explain the syntax that can be used with SSE Grid with an example of setting the parameter min, max, and number of points?&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/Nonlinear Examples/CES Production Function.jmp" );
obj = Nonlinear( Y( :"log($ value)"n ), X( :Model ), Finish );
obj &amp;lt;&amp;lt; SSE Grid;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Aug 2024 16:17:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Nonlinear-Fit-SSE-Grid-Scripting-Syntax/m-p/782896#M96676</guid>
      <dc:creator>ScrivensL</dc:creator>
      <dc:date>2024-08-20T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nonlinear Fit SSE Grid Scripting Syntax</title>
      <link>https://community.jmp.com/t5/Discussions/Nonlinear-Fit-SSE-Grid-Scripting-Syntax/m-p/782908#M96678</link>
      <description>&lt;P&gt;I'm not sure if there are any other options than setting the values directly to the number col edit boxes and then "clicking" the button&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Nonlinear Examples/CES Production Function.jmp");
obj = dt &amp;lt;&amp;lt; Nonlinear(Y(:"log($ value)"n), X(:Model), Finish);
obj &amp;lt;&amp;lt; SSE Grid;

ob = Report(obj)[OutlineBox("Specify Grid for Output")];
tb = ob[Table Box(1)];

mins = {0, 1, 2, 3};
maxs = {1, 2, 3, 4};
points = {10, 12, 13, 14};

tb[2] &amp;lt;&amp;lt; Set(mins);
tb[3] &amp;lt;&amp;lt; Set(maxs);
tb[4] &amp;lt;&amp;lt; Set(points);

ob[Button Box(1)] &amp;lt;&amp;lt; Click(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Aug 2024 16:41:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Nonlinear-Fit-SSE-Grid-Scripting-Syntax/m-p/782908#M96678</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-20T16:41:36Z</dc:date>
    </item>
  </channel>
</rss>

