<?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 Survey logistic compare Incremental Explanatory Power in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Survey-logistic-compare-Incremental-Explanatory-Power/m-p/916685#M45473</link>
    <description>&lt;P&gt;I have 3 models: same dependent variable (indicator variabl with 3 group: 1,2,3- no order among them ). I use proc survey logistic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the 3 modles, and the refrence group for the dependent variable is "2":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) proc surveylogistic data=lib.data ;&lt;BR /&gt;strata industry fyear loc /list ;&lt;BR /&gt;where b_a=0 ;&lt;BR /&gt;class ac1 (ref='2') Mandatory (ref=first) Enforcement(ref=first) registration (ref=first) / param = ref ;&lt;BR /&gt;model ac1 = registration&lt;BR /&gt;log_fvalue debt_to_equity ROA_NI/ link=glogit RSQUARE ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) proc surveylogistic data=lib.data;&lt;BR /&gt;strata industry fyear loc /list ;&lt;BR /&gt;where b_a=0 ;&lt;BR /&gt;class ac1 (ref='2') Mandatory (ref=first) Enforcement(ref=first) registration (ref=first) / param = ref ;&lt;BR /&gt;model ac1 = registration Enforcement Mandatory&lt;BR /&gt;log_fvalue debt_to_equity ROA_NI/ link=glogit RSQUARE ;&amp;nbsp;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) proc surveylogistic data=lib.data;&lt;BR /&gt;strata industry fyear loc /list ;&lt;BR /&gt;where b_a=0 ;&lt;BR /&gt;class ac1 (ref='2') Mandatory (ref=first) Enforcement(ref=first) registration (ref=first) / param = ref ;&lt;BR /&gt;model ac1 = X1 x2&lt;BR /&gt;registration Enforcement Mandatory&lt;BR /&gt;log_fvalue debt_to_equity ROA_NI/ link=glogit RSQUARE;&amp;nbsp;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see model 3 includes more independent variables.&amp;nbsp; I want to Compare the&amp;nbsp;Incremental Explanatory Power of model 3 over model 2 and model 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i&amp;nbsp; just comare the R sequre of the 3 models, but&amp;nbsp; I want to Compare the&amp;nbsp;Incremental Explanatory Power, using wald statistic for the model or other measure to compare the explenatory power of the model.&lt;/P&gt;&lt;P&gt;What is the right syntax?&amp;nbsp;&lt;/P&gt;&lt;P&gt;tnk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Feb 2024 15:06:40 GMT</pubDate>
    <dc:creator>HEB1</dc:creator>
    <dc:date>2024-02-18T15:06:40Z</dc:date>
    <item>
      <title>Survey logistic compare Incremental Explanatory Power</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Survey-logistic-compare-Incremental-Explanatory-Power/m-p/916685#M45473</link>
      <description>&lt;P&gt;I have 3 models: same dependent variable (indicator variabl with 3 group: 1,2,3- no order among them ). I use proc survey logistic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the 3 modles, and the refrence group for the dependent variable is "2":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) proc surveylogistic data=lib.data ;&lt;BR /&gt;strata industry fyear loc /list ;&lt;BR /&gt;where b_a=0 ;&lt;BR /&gt;class ac1 (ref='2') Mandatory (ref=first) Enforcement(ref=first) registration (ref=first) / param = ref ;&lt;BR /&gt;model ac1 = registration&lt;BR /&gt;log_fvalue debt_to_equity ROA_NI/ link=glogit RSQUARE ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2) proc surveylogistic data=lib.data;&lt;BR /&gt;strata industry fyear loc /list ;&lt;BR /&gt;where b_a=0 ;&lt;BR /&gt;class ac1 (ref='2') Mandatory (ref=first) Enforcement(ref=first) registration (ref=first) / param = ref ;&lt;BR /&gt;model ac1 = registration Enforcement Mandatory&lt;BR /&gt;log_fvalue debt_to_equity ROA_NI/ link=glogit RSQUARE ;&amp;nbsp;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) proc surveylogistic data=lib.data;&lt;BR /&gt;strata industry fyear loc /list ;&lt;BR /&gt;where b_a=0 ;&lt;BR /&gt;class ac1 (ref='2') Mandatory (ref=first) Enforcement(ref=first) registration (ref=first) / param = ref ;&lt;BR /&gt;model ac1 = X1 x2&lt;BR /&gt;registration Enforcement Mandatory&lt;BR /&gt;log_fvalue debt_to_equity ROA_NI/ link=glogit RSQUARE;&amp;nbsp;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see model 3 includes more independent variables.&amp;nbsp; I want to Compare the&amp;nbsp;Incremental Explanatory Power of model 3 over model 2 and model 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i&amp;nbsp; just comare the R sequre of the 3 models, but&amp;nbsp; I want to Compare the&amp;nbsp;Incremental Explanatory Power, using wald statistic for the model or other measure to compare the explenatory power of the model.&lt;/P&gt;&lt;P&gt;What is the right syntax?&amp;nbsp;&lt;/P&gt;&lt;P&gt;tnk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 15:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Survey-logistic-compare-Incremental-Explanatory-Power/m-p/916685#M45473</guid>
      <dc:creator>HEB1</dc:creator>
      <dc:date>2024-02-18T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey logistic compare Incremental Explanatory Power</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Survey-logistic-compare-Incremental-Explanatory-Power/m-p/916867#M45495</link>
      <description>&lt;P&gt;You could use CONTRAST statements to test the nested models.&amp;nbsp; There are some good examples in the usage note linked below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/24/447.html#ex4" target="_blank"&gt;24447 - Examples of writing CONTRAST and ESTIMATE statements (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 21:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Survey-logistic-compare-Incremental-Explanatory-Power/m-p/916867#M45495</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2024-02-19T21:14:14Z</dc:date>
    </item>
  </channel>
</rss>

