<?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: Warning: Ridging has failed to improve the loglikelihood. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/498384#M25745</link>
    <description>&lt;P&gt;Thank you so much for the explanation!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one more question following that: If I use ridging = none or ridging = absolute, am I purely suppressing the problem? or I can trust the estimates? Comparing to perhaps re-examining the model and covariates, which is a better solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANK YOU!&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>Mon, 24 Sep 2018 13:06:32 GMT</pubDate>
    <dc:creator>CHELS</dc:creator>
    <dc:date>2018-09-24T13:06:32Z</dc:date>
    <item>
      <title>Warning: Ridging has failed to improve the loglikelihood.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/497372#M25730</link>
      <description>&lt;P&gt;&amp;nbsp;I am trying to run a phreg procedure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc phreg data =&amp;nbsp;Data&lt;BR /&gt;class&amp;nbsp;A B C D E F G H I ;&lt;BR /&gt;model&amp;nbsp;time*event(0)&amp;nbsp;=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;A B C D E F G H I J K /&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;ties = exact ;&lt;BR /&gt;strata&amp;nbsp;L M;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I received the following warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Warning: Ridging has failed to improve the loglikelihood. You may want to increase the initial ridge value (RIDGEINIT= option), or use a different ridging technique (RIDGING = option), or switch to using linesearch to reduce the step size (RIDGING=NONE), or specify a new set of parameter estimates (INEST= option).&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that it is due to too many categorical variables such that the data (n=220)&amp;nbsp; becomes so sparse that the likelihood cannot be maximized. However, I do have another set of data (n=170) that has no such warning using the exact same model. Is there a way that I can find out&amp;nbsp;exactly where the problem lies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANK YOU!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 14:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/497372#M25730</guid>
      <dc:creator>CHELS</dc:creator>
      <dc:date>2018-09-20T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Ridging has failed to improve the loglikelihood.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/497869#M25731</link>
      <description>&lt;P&gt;There are other threads that address this same issue, such as &lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/Ridging-has-failed-to-improve-likelihood-function-Proc-Logistics/m-p/236826#M12543" target="_self"&gt;this one&lt;/A&gt; and &lt;A href="https://communities.sas.com/t5/SAS-Statistical-Procedures/Ridging-has-failed-to-improve-the-loglikelihood/m-p/281747#M14836" target="_self"&gt;this one.&lt;/A&gt;&amp;nbsp;In general, maximum likelihood estimation run into these problems when the model does not fit the data, and the problems are worsened when there are small samples (relative to the number of parameters in the model). Although your smaller data set might converge, that can be because t data fits the model better than the current data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Is there a way that I can find out&amp;nbsp;exactly where the problem lies?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The truth is that there is not an easy way. For low-dimensional problems (one or two parameters), you can draw graphs of the likelihood function and see where it is flat, but in high dimensions that is not feasible.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 15:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/497869#M25731</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-09-21T15:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Ridging has failed to improve the loglikelihood.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/498384#M25745</link>
      <description>&lt;P&gt;Thank you so much for the explanation!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one more question following that: If I use ridging = none or ridging = absolute, am I purely suppressing the problem? or I can trust the estimates? Comparing to perhaps re-examining the model and covariates, which is a better solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANK YOU!&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>Mon, 24 Sep 2018 13:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/498384#M25745</guid>
      <dc:creator>CHELS</dc:creator>
      <dc:date>2018-09-24T13:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: Ridging has failed to improve the loglikelihood.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/498390#M25747</link>
      <description>&lt;P&gt;This is only my personal&amp;nbsp;opinion, but I am not a big&amp;nbsp;fan of ridging. It solves a nearby problem, but it does not solve the MLE for the actual data that you observed. I would rather re-examine the model than use ridging to&amp;nbsp;find the parameters for a dubious model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The exception to this general rule is when the model that you are fitting is well-established in the literature. If&amp;nbsp;a certain model is a standard, then using that model might be preferable to creating a new model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding "can I trust the estimates," if the MLE converges, then you can trust that the parameter estimates. However, that does not mean that the model fits the data. (Think about fitting a straight line to quadratic data.) To investigate the model fit, you&amp;nbsp;should use diagnostic plots, goodness of fit tests, and similar analyses.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-Ridging-has-failed-to-improve-the-loglikelihood/m-p/498390#M25747</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-09-24T13:25:23Z</dc:date>
    </item>
  </channel>
</rss>

