<?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 Z-test in NB regression model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Z-test-in-NB-regression-model/m-p/18385#M534</link>
    <description>I modeled a NB regression as below&lt;BR /&gt;
&lt;BR /&gt;
proc genmod data=Crash; class ID year;&lt;BR /&gt;
model accident= major minor/dist=nb link=log&lt;BR /&gt;
 type3 wald; repeated subject=ID;&lt;BR /&gt;
&lt;BR /&gt;
run; quit;&lt;BR /&gt;
&lt;BR /&gt;
the result shows Z test even that I said wald and no overdispersion is shown. If I remove "repeated subject=ID" then it shows wald chi square test and the overdispersion.&lt;BR /&gt;
Is there any way I can get chi square test result and over dispersion? ( I don't even need it to be wald, even If I don't type wald it still shows me wald chi square)&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Tue, 21 Jun 2011 17:06:40 GMT</pubDate>
    <dc:creator>Najmeh</dc:creator>
    <dc:date>2011-06-21T17:06:40Z</dc:date>
    <item>
      <title>Z-test in NB regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Z-test-in-NB-regression-model/m-p/18385#M534</link>
      <description>I modeled a NB regression as below&lt;BR /&gt;
&lt;BR /&gt;
proc genmod data=Crash; class ID year;&lt;BR /&gt;
model accident= major minor/dist=nb link=log&lt;BR /&gt;
 type3 wald; repeated subject=ID;&lt;BR /&gt;
&lt;BR /&gt;
run; quit;&lt;BR /&gt;
&lt;BR /&gt;
the result shows Z test even that I said wald and no overdispersion is shown. If I remove "repeated subject=ID" then it shows wald chi square test and the overdispersion.&lt;BR /&gt;
Is there any way I can get chi square test result and over dispersion? ( I don't even need it to be wald, even If I don't type wald it still shows me wald chi square)&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 21 Jun 2011 17:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Z-test-in-NB-regression-model/m-p/18385#M534</guid>
      <dc:creator>Najmeh</dc:creator>
      <dc:date>2011-06-21T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Z-test in NB regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Z-test-in-NB-regression-model/m-p/18386#M535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The WALD option in the MODEL statement causes the tests produced by the TYPE3 option to be Wald tests instead of the default score tests.&amp;nbsp; The WALD option has no effect on the tests in the GEE parameter estimates table which are always Z statistics, which are just the square root of the Wald statistic and has the same p-value.&amp;nbsp; The table that gives the Pearson and deviance statistics does not apply to GEE models since it is not a likelihood-based method.&amp;nbsp; The table is printed if you specify the PRINTMLE option in the REPEATED statement, but those statistics apply only to an initial model that is fitted by maximum likelihood to provide starting values for the GEE estimation method.&amp;nbsp; The GEE method always includes a dispersion parameter that is used in the computation of the working correlation matrix.&amp;nbsp; See "Generalized Estimating Equations" in the Details section of the GENMOD documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 17:11:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Z-test-in-NB-regression-model/m-p/18386#M535</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2011-06-24T17:11:28Z</dc:date>
    </item>
  </channel>
</rss>

