<?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: Convergence Of The Proc NLMIXED procedure in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558438#M27681</link>
    <description>&lt;P&gt;yes the literature supports a fixed effects model without random effects. but I am supposed to adapt it to a random effects model.&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 19:40:35 GMT</pubDate>
    <dc:creator>fatso33</dc:creator>
    <dc:date>2019-05-13T19:40:35Z</dc:date>
    <item>
      <title>Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558071#M27666</link>
      <description>&lt;P&gt;Dear Friends&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a Proc NLmixed procedure but I am getting an output with missing values but the log reports that convergence has been met. I have used parameter estimates from the random effects in R and also used the appropriate optimization techinque. Despite all that I am still receiving an output with missing entries. May you please help me.....I got a thesis deadline soon. I will post the SAS code but&amp;nbsp; the results are in the document attached to this post...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc nlmixed data=ELISAcalibration4 TECH=CONGRA COV noad qpoints=10;&lt;BR /&gt;parms top=3.465 bottom=0.258 c50=0.1311 slope=1.515 theta=0.5114 var=0.000694 s2b1=0.0036 s2b2=0.0009&lt;BR /&gt;s2b3=0.0009 s2b4=0.00025;&lt;/P&gt;&lt;P&gt;ka= top + b1;&lt;BR /&gt;ke= bottom + b2;&lt;BR /&gt;ki= c50 + b3;&lt;BR /&gt;w= slope + b4;&lt;BR /&gt;num= ke-ka;&lt;BR /&gt;den= 1 + exp(w*(logconc - ki));&lt;BR /&gt;expect= ka + (num/den);&lt;BR /&gt;model DO~normal(expect,(expect**theta)*var);&lt;BR /&gt;random b1 b2 b3 b4 ~ normal([0,0,0,0],[s2b1,0,s2b2,0,0,s2b3,0,0,0,s2b4])&lt;BR /&gt;subject= ID;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 19:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558071#M27666</guid>
      <dc:creator>fatso33</dc:creator>
      <dc:date>2019-05-11T19:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558340#M27674</link>
      <description>&lt;P&gt;So there are no WARNINGs or NOTEs in the log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this model might be overparameterized or you might also have degenerate data. Here are some questions:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;How many observations in the data?&lt;/P&gt;
&lt;P&gt;2. Do you have any missing values?&lt;/P&gt;
&lt;P&gt;3. Is the b1 variable constant? The estimate for the stderr of s2b1 is missing, which is not good.&lt;/P&gt;
&lt;P&gt;4. Same question for b4. The s2b4 estimate is missing.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 15:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558340#M27674</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-05-13T15:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558421#M27677</link>
      <description>&lt;P&gt;Hello Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response. I was tasked to fit a Nonlinear random effects shown by that model where b1 b2 b3 and b4 are the random effects parameters. Its the model for the 4-parameter logistic curve used in Elisa Calibration. I will answer your questions exactly in their order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. there are 99 observations and 6 variables&lt;/P&gt;&lt;P&gt;2. No missing values&lt;/P&gt;&lt;P&gt;3. b1 is the random effects parameter for the upper asymptote(top) and s2b1 is the variance estimate for b1&lt;/P&gt;&lt;P&gt;4. b4 is the random effects parameter for the slope and s2b4 is the variance estimate for b4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope i have shed enough light....&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 18:53:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558421#M27677</guid>
      <dc:creator>fatso33</dc:creator>
      <dc:date>2019-05-13T18:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558428#M27678</link>
      <description>&lt;P&gt;I am not experienced with this particular model. Do you have a reference to the literature that states the form of the mixed model? The reason I ask is that you're specifying10 parameters for this "4-parameter logistic curve."&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558428#M27678</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-05-13T19:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558432#M27679</link>
      <description>&lt;P&gt;Hey Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes the literature that supports the random effects model makes use of the DRC R package but not SAS.....I have not yet come across any literature for this particular model in SAS&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558432#M27679</guid>
      <dc:creator>fatso33</dc:creator>
      <dc:date>2019-05-13T19:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558436#M27680</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/273295"&gt;@fatso33&lt;/a&gt;&amp;nbsp;wrote:\
&lt;P&gt;Yes the literature that supports the random effects model makes use of the DRC R package but not SAS.....I have not yet come across any literature for this particular model in SAS&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Can you provide a link? I'd like to see the statistical formulation. The papers that I found do not use random effects:&lt;/P&gt;
&lt;P&gt;Ritz C, Baty F, Streibig JC, Gerhard D (2015): &lt;A href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0146021" target="_blank"&gt;https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0146021&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In fact, the formulation in that paper can be solved by using PROC NLIN to perform nonlinear least squares on a 4-parameter model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558436#M27680</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-05-13T19:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558438#M27681</link>
      <description>&lt;P&gt;yes the literature supports a fixed effects model without random effects. but I am supposed to adapt it to a random effects model.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558438#M27681</guid>
      <dc:creator>fatso33</dc:creator>
      <dc:date>2019-05-13T19:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558440#M27682</link>
      <description>&lt;P&gt;I encourage you to talk to your thesis advisor about the form of the mixed model. Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558440#M27682</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-05-13T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558441#M27683</link>
      <description>&lt;P&gt;rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are definitely right about the Proc NLIN procedure. I have that paper too. But I have to adapt it to Random effects modelto cater for the 9 plates used...&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:50:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558441#M27683</guid>
      <dc:creator>fatso33</dc:creator>
      <dc:date>2019-05-13T19:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convergence Of The Proc NLMIXED procedure</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558442#M27684</link>
      <description>&lt;P&gt;thanks Rick...&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Convergence-Of-The-Proc-NLMIXED-procedure/m-p/558442#M27684</guid>
      <dc:creator>fatso33</dc:creator>
      <dc:date>2019-05-13T19:50:54Z</dc:date>
    </item>
  </channel>
</rss>

