<?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: Graphing 4PL regression in Graph Builder and add regression parameters on the graph in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458853#M70388</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To expand on&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp; post, you can retrieve the formula from any column by using the following script:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here (1);

dt = current data table ();

form = char (column (dt, "YOUR_COLUMN")&amp;lt;&amp;lt; Get Formula);

show (form); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, you will need to use another script to add the retrieve formula to each frame on your GB plot.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Feb 2022 14:21:55 GMT</pubDate>
    <dc:creator>Thierry_S</dc:creator>
    <dc:date>2022-02-07T14:21:55Z</dc:date>
    <item>
      <title>Graphing 4PL regression in Graph Builder and add regression parameters on the graph</title>
      <link>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458821#M70381</link>
      <description>&lt;P&gt;I am relatively new to JMP and am using JMP16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We often need to do 4PL regression of multiple dose response curves. I figured out how to graph with a Predictor Formula with Graph Builder (see picture below). In the graph, there are 5 different samples. If I want to add corresponding regression parameters on each graph, how should I do it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GroupSquareWolf_0-1644232769536.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39736i77C27E4D81AA372C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GroupSquareWolf_0-1644232769536.png" alt="GroupSquareWolf_0-1644232769536.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:21:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458821#M70381</guid>
      <dc:creator>GroupSquareWolf</dc:creator>
      <dc:date>2023-06-11T11:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing 4PL regression in Graph Builder and add regression parameters on the graph</title>
      <link>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458852#M70387</link>
      <description>&lt;P&gt;The Fit Curve platform, Nonlinear Platform, and Graph Builder platform usually separate the plot of the graph of a function and the numerical values of the model parameters. So a graphics script would be necessary to display the estimates within the plot frame.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is Hover Labels. You can &lt;A href="https://www.jmp.com/support/help/en/16.2/#page/jmp/customize-hover-labels-in-graphs.shtml#" target="_self"&gt;customize them&lt;/A&gt; and you can pin them in the plot.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 14:10:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458852#M70387</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2022-02-07T14:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing 4PL regression in Graph Builder and add regression parameters on the graph</title>
      <link>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458853#M70388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To expand on&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp; post, you can retrieve the formula from any column by using the following script:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here (1);

dt = current data table ();

form = char (column (dt, "YOUR_COLUMN")&amp;lt;&amp;lt; Get Formula);

show (form); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, you will need to use another script to add the retrieve formula to each frame on your GB plot.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 14:21:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graphing-4PL-regression-in-Graph-Builder-and-add-regression/m-p/458853#M70388</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2022-02-07T14:21:55Z</dc:date>
    </item>
  </channel>
</rss>

