<?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 Type 3 Analysis of Effect in Logistic Regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603112#M29306</link>
    <description>&lt;P&gt;In Logistic Regression, the Type 3 Analysis tests are performed to test the statistical significance of each input. What exactly is the statistical test?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 03:30:48 GMT</pubDate>
    <dc:creator>MLAC</dc:creator>
    <dc:date>2019-11-11T03:30:48Z</dc:date>
    <item>
      <title>Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603112#M29306</link>
      <description>&lt;P&gt;In Logistic Regression, the Type 3 Analysis tests are performed to test the statistical significance of each input. What exactly is the statistical test?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 03:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603112#M29306</guid>
      <dc:creator>MLAC</dc:creator>
      <dc:date>2019-11-11T03:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603171#M29307</link>
      <description>&lt;P&gt;I don't understand your question. Do you mean pick up the most significant variables ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.class;
model sex=age weight height/selection=stepwise;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Nov 2019 12:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603171#M29307</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-11-11T12:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603174#M29308</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292818"&gt;@MLAC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In Logistic Regression, the Type 3 Analysis tests are performed to test the statistical significance of each input. What exactly is the statistical test?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introglmest_sect015.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introglmest_sect015.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In layman's terms, Type III tests are what you would use if there is no particular ordering of the predictor variables, each is considered to be entered into the model last, to see if it adds any predictive value. (I think) PROC LOGISTIC only uses Type III anyway, the other types of tests are for PROC GLM and similar procedures, and it is called Type III in PROC LOGISTIC just to keep the naming consistent with other modeling procedures. (A case where you would have a definite ordering is a polynomial model, where linear term is entered first, and quadratic term is entered second, and so on, in which case you would use Type II test; but you don't mention anything like this, so Type III is appropriate)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 13:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603174#M29308</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-11-11T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603217#M29309</link>
      <description>Is the type lll test Chi-Square Association test on each input?</description>
      <pubDate>Mon, 11 Nov 2019 14:23:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603217#M29309</guid>
      <dc:creator>MLAC</dc:creator>
      <dc:date>2019-11-11T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603578#M29325</link>
      <description>&lt;P&gt;The specific output table you want says "Type 3" (or maybe "Type III") in the header above the table.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 13:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603578#M29325</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-11-12T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603701#M29332</link>
      <description>&lt;P&gt;If you are asking what type of test the Type3 tests are, they are Wald chi-square tests if done by PROC LOGISTIC. If they are done by PROC GENMOD, they are likelihood ratio chi-square tests by default unless the WALD option is specified in the MODEL statement. But if the REPEATED statement is used in PROC GENMOD, then they are score chi-square statistics by default (again, WALD option makes them Wald chi-squares).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 20:17:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603701#M29332</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2019-11-12T20:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Type 3 Analysis of Effect in Logistic Regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603769#M29335</link>
      <description>Thanks. I was wondering if it is Wald Chi-Square test. Thanks for the confirmation.</description>
      <pubDate>Wed, 13 Nov 2019 05:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Type-3-Analysis-of-Effect-in-Logistic-Regression/m-p/603769#M29335</guid>
      <dc:creator>MLAC</dc:creator>
      <dc:date>2019-11-13T05:44:16Z</dc:date>
    </item>
  </channel>
</rss>

