<?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 mixed model: NOTE: Convergence criteria met but final hessian is not positive definite. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494265#M25628</link>
    <description>&lt;P&gt;When I ran a mixed model, I got a note of&lt;/P&gt;
&lt;P&gt;NOTE: Convergence criteria met but final hessian is not positive definite.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added "parms /old" and still got he same note. Is this because I used "&lt;CODE&gt;type=cs" in the second random statement? &lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;How to take care of this note message, or having this note does mean my model is not valid? Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=addm1 method=reml;
   class TRTPN(ref='1') VISITNUM(ref='1') SUBJID;
   model CHG=TRTPN VISITNUM TRTPN*VISITNUM/solution;
   random intercept/subject= SUBJID type=un;
   random intercept/subject=pknum(SUBJID) type=cs;
   lsmeans TRTPN/pdiff adjust=SCHEFFE;
   parms /ols;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 10 Sep 2018 18:56:40 GMT</pubDate>
    <dc:creator>fengyuwuzu</dc:creator>
    <dc:date>2018-09-10T18:56:40Z</dc:date>
    <item>
      <title>mixed model: NOTE: Convergence criteria met but final hessian is not positive definite.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494265#M25628</link>
      <description>&lt;P&gt;When I ran a mixed model, I got a note of&lt;/P&gt;
&lt;P&gt;NOTE: Convergence criteria met but final hessian is not positive definite.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I added "parms /old" and still got he same note. Is this because I used "&lt;CODE&gt;type=cs" in the second random statement? &lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;How to take care of this note message, or having this note does mean my model is not valid? Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=addm1 method=reml;
   class TRTPN(ref='1') VISITNUM(ref='1') SUBJID;
   model CHG=TRTPN VISITNUM TRTPN*VISITNUM/solution;
   random intercept/subject= SUBJID type=un;
   random intercept/subject=pknum(SUBJID) type=cs;
   lsmeans TRTPN/pdiff adjust=SCHEFFE;
   parms /ols;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Sep 2018 18:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494265#M25628</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2018-09-10T18:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: mixed model: NOTE: Convergence criteria met but final hessian is not positive definite.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494284#M25630</link>
      <description>&lt;P&gt;There are several possible reasons, which are discussed in the excellent paper &lt;A href="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf" target="_self"&gt;"Tips and Strategies for Mixed Modeling with&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf" target="_self"&gt;SAS/STAT Procedures"&lt;/A&gt;&amp;nbsp;(Kiernan, Tao, and Gibbs, 2012).&amp;nbsp; In my experience, a common reason is that the model does not fit the data, either because it is misspecified or because the&amp;nbsp;sample is too small.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 19:38:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494284#M25630</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-09-10T19:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: mixed model: NOTE: Convergence criteria met but final hessian is not positive definite.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494307#M25631</link>
      <description>&lt;P&gt;Thank you Rick. I read this paper this morning, and the idea to include&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;parms &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt;ols&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is from this paper. I will read it more carefully&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably due to the small sample size, and we have 5 arms.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 20:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/mixed-model-NOTE-Convergence-criteria-met-but-final-hessian-is/m-p/494307#M25631</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2018-09-10T20:16:35Z</dc:date>
    </item>
  </channel>
</rss>

