<?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: Wald test Logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952026#M47631</link>
    <description>&lt;P&gt;I am also curious about the Wald test. When testing the null hypothesis: &lt;EM&gt;β&lt;/EM&gt;=&lt;EM&gt;β&lt;/EM&gt;0 (in most cases, &lt;EM&gt;β&lt;/EM&gt;0=0), the Wald statistic is the square of the&amp;nbsp;ratio of the difference of&amp;nbsp;&lt;EM&gt;β&lt;/EM&gt;&amp;nbsp;hat and &lt;EM&gt;β&lt;/EM&gt;0 and the estimated standard error of the former (denoted as&amp;nbsp;z) :&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eqn001.gif" style="width: 72px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82724iC1C6444793EB19FD/image-size/small?v=v2&amp;amp;px=200" role="button" title="Eqn001.gif" alt="Eqn001.gif" /&gt;&lt;/span&gt;&amp;nbsp;, where SE denote the estimated standard error of &lt;EM&gt;β&lt;/EM&gt; hat.&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/198343"&gt;@iuri_leite&lt;/a&gt;&amp;nbsp;has mentioned, the&amp;nbsp;&lt;EM&gt;z&lt;/EM&gt; statistic follows a standard normal distribution given a large sample size. So why bother taking its square and compare it against a Chi-square distribution instead of directly conducting a&amp;nbsp;&lt;EM&gt;t&lt;/EM&gt;-test with the &lt;EM&gt;z&lt;/EM&gt; statistic?&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 07:49:57 GMT</pubDate>
    <dc:creator>Season</dc:creator>
    <dc:date>2024-11-27T07:49:57Z</dc:date>
    <item>
      <title>Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/869558#M43028</link>
      <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;&lt;P&gt;When we run a logistic regression, we assume that the Wald test for a specific parameter has an asymptotic standard Normal distribution. Therefore, when we look at the 95% confidence interval provided for the parameter, before being exponentiated,it is calculated by the following expression: B±1.96SE. But, if the number of observations for the category associated to the parameter estimated is low, then the parameter will not have a Standard Normal distribution. If I am not mistaken, is there a way to change it when estimating a logistic regression?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Iuri&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 12:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/869558#M43028</guid>
      <dc:creator>iuri_leite</dc:creator>
      <dc:date>2023-04-13T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/869560#M43029</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/198343"&gt;@iuri_leite&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear colleagues,&lt;/P&gt;
&lt;P&gt;When we run a logistic regression, we assume that the Wald test for a specific parameter has an asymptotic standard Normal distribution. Therefore, when we look at the 95% confidence interval provided for the parameter, before being exponentiated,it is calculated by the following expression: B±1.96SE. But, if the number of observations for the category associated to the parameter estimated is low, then the parameter will not have a Standard Normal distribution. If I am not mistaken, is there a way to change it when estimating a logistic regression?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm not sure I understand the question. In particular, when you say "is there a way to change it", what does "it" refer to, what do you want to change?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I was to guess at what you mean, you need to tell PROC LOGISTIC to compute the confidence intervals for the parameter estimates via the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_logistic_syntax22.htm#statug.logistic.logisticclparm" target="_self"&gt;CLPARM=&lt;/A&gt; option.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 13:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/869560#M43029</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-04-13T13:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/869567#M43030</link>
      <description>&lt;P&gt;You can change the confidence interval from a Wald interval to a likelihood-based interval. Specify CLPARM=PL to request the profile likelihood intervals. For details on their construction, see "Confidence Intervals for Parameters" in the Details section of the PROC LOGISTIC documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 13:33:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/869567#M43030</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-04-13T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/870166#M43064</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanks a lot.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It worked just fine.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Iuri&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 13:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/870166#M43064</guid>
      <dc:creator>iuri_leite</dc:creator>
      <dc:date>2023-04-17T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952026#M47631</link>
      <description>&lt;P&gt;I am also curious about the Wald test. When testing the null hypothesis: &lt;EM&gt;β&lt;/EM&gt;=&lt;EM&gt;β&lt;/EM&gt;0 (in most cases, &lt;EM&gt;β&lt;/EM&gt;0=0), the Wald statistic is the square of the&amp;nbsp;ratio of the difference of&amp;nbsp;&lt;EM&gt;β&lt;/EM&gt;&amp;nbsp;hat and &lt;EM&gt;β&lt;/EM&gt;0 and the estimated standard error of the former (denoted as&amp;nbsp;z) :&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eqn001.gif" style="width: 72px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82724iC1C6444793EB19FD/image-size/small?v=v2&amp;amp;px=200" role="button" title="Eqn001.gif" alt="Eqn001.gif" /&gt;&lt;/span&gt;&amp;nbsp;, where SE denote the estimated standard error of &lt;EM&gt;β&lt;/EM&gt; hat.&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/198343"&gt;@iuri_leite&lt;/a&gt;&amp;nbsp;has mentioned, the&amp;nbsp;&lt;EM&gt;z&lt;/EM&gt; statistic follows a standard normal distribution given a large sample size. So why bother taking its square and compare it against a Chi-square distribution instead of directly conducting a&amp;nbsp;&lt;EM&gt;t&lt;/EM&gt;-test with the &lt;EM&gt;z&lt;/EM&gt; statistic?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 07:49:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952026#M47631</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-11-27T07:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952068#M47636</link>
      <description>&lt;P&gt;Because not all tests done are single DF tests on single parameters - for instance, type 3 tests or multi-DF tests you can construct in the CONTRAST or ESTIMATE statements. In general, for testing hypotheses on linear combinations of parameters with 1 or more DF, the Wald test has a limiting chi-square distribution. So, it is used throughout for consistency.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 15:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952068#M47636</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-11-27T15:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Wald test Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952110#M47639</link>
      <description>Thank you!</description>
      <pubDate>Thu, 28 Nov 2024 00:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-test-Logistic-regression/m-p/952110#M47639</guid>
      <dc:creator>Season</dc:creator>
      <dc:date>2024-11-28T00:44:25Z</dc:date>
    </item>
  </channel>
</rss>

