<?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 Negative individual predicted probabilities were identified in the final model fit in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/372774#M19507</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to perform a generalized ordered logit regression to predict education in 3 levels (edu3) with a set of variables. I tried this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=edu.educationClean;
class  Langue(ref='0') cntr_regr(ref=first) genstat3(ref='0') eduM3(ref='2') religion(ref='0') /param=ref;
model edu3(descending)= cntr_regr lncohort cntr_regr*lncohort Langue genstat3 religion eduM3/unequalslopes maxiter=500 rsquare;
weight pond2 / norm;
by EU15 sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I got this warning message:&lt;/P&gt;
&lt;P&gt;WARNING: Negative individual predicted probabilities were identified in the final model fit.&amp;nbsp; You&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; may want to modify your UNEQUALSLOPES specification.&lt;BR /&gt;WARNING: The LOGISTIC procedure continues in spite of the above warning. Results shown are based&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on the last maximum likelihood iteration. Validity of the model fit is questionable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I look at the results, they look consistent. What does that mean exactly? How can I fix the problem? I also ran a multinomial logit model on the same dataset and there were no message like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2017 15:52:18 GMT</pubDate>
    <dc:creator>Demographer</dc:creator>
    <dc:date>2017-07-03T15:52:18Z</dc:date>
    <item>
      <title>Negative individual predicted probabilities were identified in the final model fit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/372774#M19507</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to perform a generalized ordered logit regression to predict education in 3 levels (edu3) with a set of variables. I tried this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=edu.educationClean;
class  Langue(ref='0') cntr_regr(ref=first) genstat3(ref='0') eduM3(ref='2') religion(ref='0') /param=ref;
model edu3(descending)= cntr_regr lncohort cntr_regr*lncohort Langue genstat3 religion eduM3/unequalslopes maxiter=500 rsquare;
weight pond2 / norm;
by EU15 sex;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I got this warning message:&lt;/P&gt;
&lt;P&gt;WARNING: Negative individual predicted probabilities were identified in the final model fit.&amp;nbsp; You&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; may want to modify your UNEQUALSLOPES specification.&lt;BR /&gt;WARNING: The LOGISTIC procedure continues in spite of the above warning. Results shown are based&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on the last maximum likelihood iteration. Validity of the model fit is questionable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I look at the results, they look consistent. What does that mean exactly? How can I fix the problem? I also ran a multinomial logit model on the same dataset and there were no message like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 15:52:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/372774#M19507</guid>
      <dc:creator>Demographer</dc:creator>
      <dc:date>2017-07-03T15:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Negative individual predicted probabilities were identified in the final model fit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373003#M19513</link>
      <description>&lt;P&gt;1) Remove&amp;nbsp;&amp;nbsp; UNEQUALSLOPES&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) variable EDU3 has value like 1 2 3?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 13:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373003#M19513</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-04T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Negative individual predicted probabilities were identified in the final model fit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373013#M19514</link>
      <description>&lt;P&gt;1) I need this statement, because I want 2 set of parameters for all variables.&lt;/P&gt;
&lt;P&gt;2) Values are 0-1-2&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373013#M19514</guid>
      <dc:creator>Demographer</dc:creator>
      <dc:date>2017-07-04T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Negative individual predicted probabilities were identified in the final model fit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373015#M19515</link>
      <description>&lt;P&gt;That is weird. LOG said you got negative predicted prob, that doesn't make any sense .&lt;/P&gt;
&lt;P&gt;Try remove "&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;weight&lt;/SPAN&gt; pond2 &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; norm&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;or use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;freq pond2;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373015#M19515</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-04T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Negative individual predicted probabilities were identified in the final model fit</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373017#M19516</link>
      <description>&lt;P&gt;Same message.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 14:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Negative-individual-predicted-probabilities-were-identified-in/m-p/373017#M19516</guid>
      <dc:creator>Demographer</dc:creator>
      <dc:date>2017-07-04T14:22:11Z</dc:date>
    </item>
  </channel>
</rss>

