<?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: How to convert quadratic logarithmic equation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77442#M36199</link>
    <description>&lt;P&gt;I haven't tried Modelling, I went directly to Bivariate Fit - Special. We usualy perform log transformation of both OD and concentration and linear fit works fine. This is a new test and the linear fit is not good, so I tried a higher polynomial and quadratic was good. The manufacturer recommends a 4-parameter logistic fit, but also let the user explore some other alternatives. So the model is not critical. I just want to find the best model from the standard curve and then apply it for my samples. That's why I need an inversion function to calculate concentrations from measured OD.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 19:50:19 GMT</pubDate>
    <dc:creator>Peter</dc:creator>
    <dc:date>2018-10-02T19:50:19Z</dc:date>
    <item>
      <title>How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77411#M36182</link>
      <description>&lt;P&gt;Running an ELISA test I got the best fit for the standard curve using fit special and log/log transformation as a quadratic function:&amp;nbsp;&lt;STRONG&gt;Ln(OD) = -4.139548 + 1.301394*Ln(Concentration of α-CD3 [ng/ml]) - 0.0934906*&lt;U&gt;Ln(Concentration of α-CD3 [ng/ml])^2&lt;/U&gt;&lt;/STRONG&gt;. Is the square operator applicable for concentration only or for its logarithmic derivative. How to convert this equation to be able to calculate concentration from the measured OD? I prefer an interactive explanation. Thanks.&lt;/P&gt;&lt;PRE&gt;Bivariate(&lt;BR /&gt; Y( :OD ),&lt;BR /&gt; X( :Name( "Concentration of α-CD3 [ng/ml]" ) ),&lt;BR /&gt; Fit Special(&lt;BR /&gt; xTran( "Log" ),&lt;BR /&gt; yTran( "Log" ),&lt;BR /&gt; Degree( 2 ),&lt;BR /&gt; {Line Color( {142, 176, 40} )}&lt;BR /&gt; ),&lt;BR /&gt; SendToReport(&lt;BR /&gt; Dispatch(&lt;BR /&gt; {},&lt;BR /&gt; "1",&lt;BR /&gt; ScaleBox,&lt;BR /&gt; {Scale( "Log" ), Min( 5 ), Max( 400 ), Inc( 1 ), Minor Ticks( 1 )}&lt;BR /&gt; ),&lt;BR /&gt; Dispatch(&lt;BR /&gt; {},&lt;BR /&gt; "2",&lt;BR /&gt; ScaleBox,&lt;BR /&gt; {Scale( "Log" ), Min( 0.1 ), Max( 2 ), Inc( 1 ), Minor Ticks( 1 )}&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 15:23:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77411#M36182</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2018-10-02T15:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77423#M36192</link>
      <description>&lt;P&gt;You can also achieve the same fit using Analyze &amp;gt; Fit Model.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Right-click the concentration&amp;nbsp;column and select the log transform.&lt;/LI&gt;
&lt;LI&gt;Select this new column.&lt;/LI&gt;
&lt;LI&gt;Click the Macros button and select Polynomial to Degree (2 is default).&lt;/LI&gt;
&lt;LI&gt;Right-click the OD column and select the log transformation.&lt;/LI&gt;
&lt;LI&gt;Select the new column and click Y.&lt;/LI&gt;
&lt;LI&gt;Click Run.&lt;/LI&gt;
&lt;LI&gt;Click the red triangle and select Estimates &amp;gt; Inverse Prediction.&lt;/LI&gt;
&lt;LI&gt;Enter your OD values and select your confidence, then click OK.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The benefit of Fit Least Squares over Bivariate is that you can use Estimates &amp;gt; Inverse Prediction to estimate the concentration from the OD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is typical with dose-response standard curves to use log base 10 for interpretation. It won't change the goodness of fit.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 17:26:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77423#M36192</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-02T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77432#M36197</link>
      <description>Thank you Mark,&lt;BR /&gt;The solution is very nice. Unfortunately I am getting an alert: "Inverse Prediction does not support squared terms in the variable to predict".&lt;BR /&gt;Is there a way how to bypass issue, please?&lt;BR /&gt;Thanks,&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:13:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77432#M36197</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2018-10-02T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77433#M36198</link>
      <description>&lt;P&gt;Sorry about that issue. No, there is no way to bypass the issue using my suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this model especially important or useful? Did you try to fit the data using one of the models available in Analyze &amp;gt; Specialized Modeling &amp;gt; Fit Curve?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:28:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77433#M36198</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-02T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77442#M36199</link>
      <description>&lt;P&gt;I haven't tried Modelling, I went directly to Bivariate Fit - Special. We usualy perform log transformation of both OD and concentration and linear fit works fine. This is a new test and the linear fit is not good, so I tried a higher polynomial and quadratic was good. The manufacturer recommends a 4-parameter logistic fit, but also let the user explore some other alternatives. So the model is not critical. I just want to find the best model from the standard curve and then apply it for my samples. That's why I need an inversion function to calculate concentrations from measured OD.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 19:50:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77442#M36199</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2018-10-02T19:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77443#M36200</link>
      <description>&lt;P&gt;I understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A quadratic polynomial generally has two values of Log Conc that equate to the same Log OD. JMP doesn't know that it should only use the half of the parabola. The Fit Curve has the Logistic models and Custom Inverse Prediction. These curves are monotonic, unlike a quadratic polynomial.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 20:13:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77443#M36200</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-02T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77444#M36201</link>
      <description>&lt;P&gt;I realized when I had got a quadratic fit (equation) that the SW would have a problem to handle a dual solution for a single OD. My only solution seems to be using a more narrow range of concentrations where I can apply a linear fit. Thank you, Mark, for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 20:21:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77444#M36201</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2018-10-02T20:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77663#M36217</link>
      <description>&lt;P&gt;I would try the logistic 4P as an alternative to shrinking your range.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 12:08:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77663#M36217</guid>
      <dc:creator>KarenC</dc:creator>
      <dc:date>2018-10-03T12:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77684#M36224</link>
      <description>&lt;P&gt;Additionally, you might try modeling the OD directly with the 4PLC as well. This model accounts for a non-linear response. The log transform is an attempt to linearize it.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:03:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77684#M36224</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-10-03T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77697#M36229</link>
      <description>Thank you, Karen, I will try that</description>
      <pubDate>Wed, 03 Oct 2018 13:58:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77697#M36229</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2018-10-03T13:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert quadratic logarithmic equation</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77698#M36230</link>
      <description>Thank you, Mark, I will try that</description>
      <pubDate>Wed, 03 Oct 2018 13:59:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-convert-quadratic-logarithmic-equation/m-p/77698#M36230</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2018-10-03T13:59:53Z</dc:date>
    </item>
  </channel>
</rss>

