<?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: Why is maximum likelihood ratio in surveylogistic using the t-test instead of the chi-square tes in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Why-is-maximum-likelihood-ratio-in-surveylogistic-using-the-t/m-p/874938#M43273</link>
    <description>&lt;P&gt;This is discussed in the SURVEYLOGISTIC documentation. See the "Details:&amp;nbsp;Testing Global Null Hypothesis: BETA=0" section. As noted there, you can use the CHISQ option in the MODEL statement, such as CHISQ(NOADJUST). See the discussion for details on the available suboptions that control the computation of the chi-square statistic.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 13:39:44 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2023-05-10T13:39:44Z</dc:date>
    <item>
      <title>Why is maximum likelihood ratio in surveylogistic using the t-test instead of the chi-square test?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-is-maximum-likelihood-ratio-in-surveylogistic-using-the-t/m-p/874892#M43272</link>
      <description>&lt;P&gt;As shown, I'm processing nhanes data with the Survey Logistic process, but what I don't understand is why the t-test is used instead of the chi-square test in the maximum likelihood ratio estimation in Surveylogistic. In the global test, the same is not used chi-square test but the f-test, in normal logistics regression, both the global test and the maximum likelihood ratio estimation use the chi-square test, I don't know why surveylogistic and logistic are different..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1c4c5d52a1ea707e3e9bdd88a96bce3.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83804i0BDB7FC7F9A2DDDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1c4c5d52a1ea707e3e9bdd88a96bce3.png" alt="1c4c5d52a1ea707e3e9bdd88a96bce3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc surveylogistic data=sasuser.begin nomcar;
strata sdmvstra;
cluster sdmvpsu;
weight WTFOL2YR;
domain category('1');
class serumgroup/param=ref ref=first;
model diabete(desc) = serumgroup;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc surveylogistic data=sasuser.begin nomcar;
strata sdmvstra;
cluster sdmvpsu;
weight WTFOL2YR;
domain category('1');
class serumgroup/param=ref ref=first;
model diabete(desc) = serumgroup;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 May 2023 11:33:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-is-maximum-likelihood-ratio-in-surveylogistic-using-the-t/m-p/874892#M43272</guid>
      <dc:creator>juvepirlo</dc:creator>
      <dc:date>2023-05-10T11:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is maximum likelihood ratio in surveylogistic using the t-test instead of the chi-square tes</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Why-is-maximum-likelihood-ratio-in-surveylogistic-using-the-t/m-p/874938#M43273</link>
      <description>&lt;P&gt;This is discussed in the SURVEYLOGISTIC documentation. See the "Details:&amp;nbsp;Testing Global Null Hypothesis: BETA=0" section. As noted there, you can use the CHISQ option in the MODEL statement, such as CHISQ(NOADJUST). See the discussion for details on the available suboptions that control the computation of the chi-square statistic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Why-is-maximum-likelihood-ratio-in-surveylogistic-using-the-t/m-p/874938#M43273</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-05-10T13:39:44Z</dc:date>
    </item>
  </channel>
</rss>

