<?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 &amp;quot;Example 62.5: Comparing Nonlinear Trends among Groups&amp;quot; in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/quot-Example-62-5-Comparing-Nonlinear-Trends-among-Groups-quot/m-p/590566#M75985</link>
    <description>&lt;P&gt;Can someone tell me where the beta values in the "parms" line of the SAS routine at the top of page 5168 come from?&amp;nbsp; Are they estimates to start the iteration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code from the SAS manual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc nlin data=theop; parms beta1=-3.22 beta2=0.47 beta3=-2.45; cl = exp(beta1); ka = exp(beta2); ke = exp(beta3); mean = dose*ke*ka*(exp(-ke*time)-exp(-ka*time))/cl/(ka-ke); model conc = mean; ods output Anova=aovred(rename=(ss=ssred ms=msred df=dfred)); run;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Sep 2019 02:55:18 GMT</pubDate>
    <dc:creator>ProfBev</dc:creator>
    <dc:date>2019-09-21T02:55:18Z</dc:date>
    <item>
      <title>"Example 62.5: Comparing Nonlinear Trends among Groups"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Example-62-5-Comparing-Nonlinear-Trends-among-Groups-quot/m-p/590566#M75985</link>
      <description>&lt;P&gt;Can someone tell me where the beta values in the "parms" line of the SAS routine at the top of page 5168 come from?&amp;nbsp; Are they estimates to start the iteration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code from the SAS manual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc nlin data=theop; parms beta1=-3.22 beta2=0.47 beta3=-2.45; cl = exp(beta1); ka = exp(beta2); ke = exp(beta3); mean = dose*ke*ka*(exp(-ke*time)-exp(-ka*time))/cl/(ka-ke); model conc = mean; ods output Anova=aovred(rename=(ss=ssred ms=msred df=dfred)); run;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 02:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Example-62-5-Comparing-Nonlinear-Trends-among-Groups-quot/m-p/590566#M75985</guid>
      <dc:creator>ProfBev</dc:creator>
      <dc:date>2019-09-21T02:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: "Example 62.5: Comparing Nonlinear Trends among Groups"</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/quot-Example-62-5-Comparing-Nonlinear-Trends-among-Groups-quot/m-p/590579#M75986</link>
      <description>&lt;P&gt;They are the initial guesses used to start the optimization process. See the article &lt;A href="https://blogs.sas.com/content/iml/2014/06/11/initial-guess-for-optimization.html" target="_self"&gt;"How to find an initial guess for an optimization."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, see the article &lt;A href="https://blogs.sas.com/content/iml/2018/10/10/fit-growth-curve-sas.html" target="_self"&gt;"Fit a growth curve in SAS"&lt;/A&gt;&amp;nbsp;and &lt;A href="https://blogs.sas.com/content/iml/2018/06/27/reduced-choose-parameters-mixed-model.html" target="_self"&gt;"Reduced models: A way to choose initial parameters"&lt;/A&gt; for a discussion.in the regression context.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 10:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/quot-Example-62-5-Comparing-Nonlinear-Trends-among-Groups-quot/m-p/590579#M75986</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-09-21T10:49:32Z</dc:date>
    </item>
  </channel>
</rss>

