<?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: Finding script logs during 4PL  analysis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467316#M71119</link>
    <description>&lt;P&gt;Scripting Index will help here also.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1646550314465.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40566i627F1153BF779A36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1646550314465.png" alt="jthi_0-1646550314465.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so you will either need to know the original name of column or you can also use index:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
Column(dt, 1) &amp;lt;&amp;lt; Set Name("Test")&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 06 Mar 2022 07:06:37 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-03-06T07:06:37Z</dc:date>
    <item>
      <title>Finding script logs during 4PL  analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467272#M71112</link>
      <description>&lt;P&gt;Using JMP16. Trying to write a script to automate a workflow for 4PL regression analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see my screen shot below. Under the Logistic 4P red triangle, when any of the operation listed is being executed, eg "Make Parameter Table" or "save fomula", there is no script recorded in the log. How can I find the scripts for the operations?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&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="GroupSquareWolf_0-1646516668522.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40565i782F2A7462702C30/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GroupSquareWolf_0-1646516668522.png" alt="GroupSquareWolf_0-1646516668522.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:12:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467272#M71112</guid>
      <dc:creator>GroupSquareWolf</dc:creator>
      <dc:date>2023-06-09T18:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Finding script logs during 4PL  analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467311#M71115</link>
      <description>&lt;P&gt;Found the script in Srcipt Index.&lt;/P&gt;&lt;P&gt;A new question:&lt;/P&gt;&lt;P&gt;How to rename the new column generated by "Save formula" and the new table by "Make parameter table" in the script?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= Current data table ();

obj= dt &amp;lt;&amp;lt; Fit Curve( 
Y( :response ), X( :Log Concentration ), Group( :compounds ), Fit Logistic 4P 
);

obj &amp;lt;&amp;lt; (Fit ["Logistic 4P"] &amp;lt;&amp;lt;
Save Parametric Prediction Formula);

obj &amp;lt;&amp;lt; Fit ["Logistic 4P"](Make Parameter Table &lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;re&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2022 02:00:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467311#M71115</guid>
      <dc:creator>GroupSquareWolf</dc:creator>
      <dc:date>2022-03-06T02:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding script logs during 4PL  analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467316#M71119</link>
      <description>&lt;P&gt;Scripting Index will help here also.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1646550314465.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/40566i627F1153BF779A36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1646550314465.png" alt="jthi_0-1646550314465.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so you will either need to know the original name of column or you can also use index:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
Column(dt, 1) &amp;lt;&amp;lt; Set Name("Test")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 06 Mar 2022 07:06:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467316#M71119</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-03-06T07:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Finding script logs during 4PL  analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467362#M71127</link>
      <description>&lt;P&gt;In addition to proposal of&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;you can try comand "show properties()", it is sometimes more straightforward to find what actions are allowed for certain objects.&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 );
Clear Log();

dt = Open( "$SAMPLE_DATA\Big Class.jmp" );

obj = dt &amp;lt;&amp;lt; Fit Curve( Y( :weight ), X( :height ), Group( :sex ) );
obj &amp;lt;&amp;lt; fit quadratic;

// show properties(obj);
// show properties(dt);
Show Properties( dt:height );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 06 Mar 2022 11:55:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Finding-script-logs-during-4PL-analysis/m-p/467362#M71127</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-03-06T11:55:21Z</dc:date>
    </item>
  </channel>
</rss>

