<?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: Proc genmod qic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665078#M31695</link>
    <description>Correct. Because the QIC for Model1 is less than the QIC for Model2, Model1 is better according to that criterion.&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Jun 2020 16:55:41 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-06-25T16:55:41Z</dc:date>
    <item>
      <title>Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/664826#M31688</link>
      <description>&lt;P&gt;hello SAS experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using proc genmod to run a GEE regression. The dependent variable is count data so negative binomial distribution is specified. The code is below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=have;
class firmid year;
model DV = IV control variables / dist=nb link=log;
repeated subject = firmid / within=year type=ind;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The results show a negative QIC (-158900.5758). How to interpret this negative QIC? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 02:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/664826#M31688</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2020-06-25T02:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/664968#M31689</link>
      <description>I think it like AIC BIC is a goodness of fit statistic ( abs(QIC) ). Check how much the model fit data.&lt;BR /&gt;Near zero means the model is better .&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; might explain it more detail .&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2020 11:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/664968#M31689</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-06-25T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/664989#M31690</link>
      <description>&lt;P&gt;Like other likelihood-based criteria, you shouldn't worry about the actual number or whether it is positive or negative. These "information criteria" are used to compare different models. The model with the smaller QIC is a better fit. For more information about QIC, see&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/23/109.html" target="_blank"&gt;https://support.sas.com/kb/23/109.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 12:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/664989#M31690</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-06-25T12:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665072#M31693</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please allow me to ask a following question. If I have two models as below, is the model with more negative QIC score (Model1) the better one since it is smaller?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Model1&amp;nbsp; &amp;nbsp; &amp;nbsp; Model2&lt;/P&gt;
&lt;P&gt;QIC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -15&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-10&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665072#M31693</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2020-06-25T16:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665074#M31694</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have two models, both QICs are negative (let's say -15 and -10). Is the one whose QIC is -10 better? If so, when QICs are negative, the one with larger QIC is better. Am I correct?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:46:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665074#M31694</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2020-06-25T16:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665078#M31695</link>
      <description>Correct. Because the QIC for Model1 is less than the QIC for Model2, Model1 is better according to that criterion.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665078#M31695</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-06-25T16:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod qic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665082#M31696</link>
      <description>&lt;P&gt;Thank you very much!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 17:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-qic/m-p/665082#M31696</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2020-06-25T17:02:00Z</dc:date>
    </item>
  </channel>
</rss>

