<?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 compare single parameters of nonlinear regression among three different treatments in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/298113#M15870</link>
    <description>&lt;P&gt;Dear Dr. Denham,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your further advice on my problem.&lt;/P&gt;&lt;P&gt;I will try to see what I can get from your approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your kind comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 18:21:50 GMT</pubDate>
    <dc:creator>nasubi69</dc:creator>
    <dc:date>2016-09-13T18:21:50Z</dc:date>
    <item>
      <title>How to compare single parameters of nonlinear regression among three different treatments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/296256#M15794</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need help to comparing single parameters of nonlinear regression among three different treatment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am analyzing a data set obtained from three different treatments. The model, which I am using, consists of monomolecular and logistic models. The blow parameters with the syntax work fine with my data and the p-value from PROBF function gave me a result that the model with separate trends fit my data better.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to compare single parameters among three treatments (especially a parameter "p1") to test my hypothesis.&lt;/P&gt;&lt;P&gt;I would like to perform a sum of square reduction test for the full model and a reduced model.&lt;/P&gt;&lt;P&gt;I found several sites discussing this method comparing two treatments but cannot find examples of more than three treatments.&lt;/P&gt;&lt;P&gt;Could someone help to develop code for this test?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;proc nlin data=leaf method=newton;&lt;BR /&gt;parms p0=-0.1773&lt;BR /&gt;p1=0.6667&lt;BR /&gt;p2=0.00283&lt;BR /&gt;p3=0.0264&lt;BR /&gt;p4=542.2;&lt;BR /&gt;model leaf=p0+p1*(1-e**(-p2*GDD/p1))+(10-p1-p0)/(1+e**(-4*p3*((GDD-p4)/(10-p1-p0))));&lt;BR /&gt;output out=leaf_out2 p=yhat r=resid parms=p0 p1 p2 p3 p4;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 23:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/296256#M15794</guid>
      <dc:creator>nasubi69</dc:creator>
      <dc:date>2016-09-02T23:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare single parameters of nonlinear regression among three different treatments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/296757#M15813</link>
      <description>&lt;P&gt;There is a great example of how to do this in the PROC NLIN documentation. &amp;nbsp;The following link should point to an example with code that compares nonlinear trends (and parameters) among groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_nlin_examples05.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_nlin_examples05.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 14:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/296757#M15813</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-09-06T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare single parameters of nonlinear regression among three different treatments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/297017#M15827</link>
      <description>&lt;P&gt;Thank you very much, Dr. Denham, for providing me a useful example.&lt;/P&gt;&lt;P&gt;I referred the link and understood how I need to process my model to compare among groups.&lt;/P&gt;&lt;P&gt;But I am still confused the SAS statements for this process.&lt;/P&gt;&lt;P&gt;The F statistics and P values for comparing the reduced and the full models gave me a value with &amp;lt;0.0001.&lt;/P&gt;&lt;P&gt;Therefore, I would like to test which parameters varies among three treatments.&lt;/P&gt;&lt;P&gt;In a case with two treatments, a null hypothesis is simple; however, how I should think and make SAS statements for more than two treatments.&lt;/P&gt;&lt;P&gt;I appreciate if you give me some tips or links that I can refer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/297017#M15827</guid>
      <dc:creator>nasubi69</dc:creator>
      <dc:date>2016-09-07T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare single parameters of nonlinear regression among three different treatments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/297797#M15848</link>
      <description>&lt;P&gt;My first inclination would be to get confidence bounds on the parameters from the full model and check for overlap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other would be to fit the full model, and reduced models where parameters are set equal for two of the three groups. &amp;nbsp;You could do two of these to get orthogonal results. &amp;nbsp;What may be easier is to port all of this to NLMIXED, with no RANDOM effect. &amp;nbsp;You could then use a CONTRAST statement to see if two parameter estimates are equal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/297797#M15848</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-09-12T17:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare single parameters of nonlinear regression among three different treatments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/298113#M15870</link>
      <description>&lt;P&gt;Dear Dr. Denham,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your further advice on my problem.&lt;/P&gt;&lt;P&gt;I will try to see what I can get from your approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your kind comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-compare-single-parameters-of-nonlinear-regression-among/m-p/298113#M15870</guid>
      <dc:creator>nasubi69</dc:creator>
      <dc:date>2016-09-13T18:21:50Z</dc:date>
    </item>
  </channel>
</rss>

