<?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: Additional R-Square for each logistic regression variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187275#M303994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Steve!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through the article and found it really interesting. &lt;/P&gt;&lt;P&gt;So, you suggest to go one by one with the independent variables, and calculate for each of them R^2. &lt;/P&gt;&lt;P&gt;Otherwise, I will get model R^2, not the R^2 for each independent variable....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 11:37:50 GMT</pubDate>
    <dc:creator>stataddict</dc:creator>
    <dc:date>2014-02-27T11:37:50Z</dc:date>
    <item>
      <title>Additional R-Square for each logistic regression variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187273#M303992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate additional R-Square for each regression variable, like in medical journals (cf. attached file).&lt;/P&gt;&lt;P&gt;Overall R-square is easy to locate, but how to calculate additional R-square for each variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11294i29FB91C46D8F65F8/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Additional R-Square.jpg" title="Additional R-Square.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187273#M303992</guid>
      <dc:creator>stataddict</dc:creator>
      <dc:date>2014-02-26T10:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Additional R-Square for each logistic regression variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187274#M303993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to refer you to Paul Allison's webpage on R-square in logistic models (&lt;A href="http://www.statisticalhorizons.com/r2logistic"&gt;http://www.statisticalhorizons.com/r2logistic&lt;/A&gt;).&amp;nbsp; I believe you could calculate an additional Rsquare using Tjur's method (see webpage) by fitting with and without each independent variable.&amp;nbsp; It should be pretty easy to loop through all combinations to get what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187274#M303993</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-02-26T18:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Additional R-Square for each logistic regression variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187275#M303994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Steve!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through the article and found it really interesting. &lt;/P&gt;&lt;P&gt;So, you suggest to go one by one with the independent variables, and calculate for each of them R^2. &lt;/P&gt;&lt;P&gt;Otherwise, I will get model R^2, not the R^2 for each independent variable....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187275#M303994</guid>
      <dc:creator>stataddict</dc:creator>
      <dc:date>2014-02-27T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Additional R-Square for each logistic regression variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187276#M303995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite.&amp;nbsp; What I think you want is to calculate the values for the full model first.&amp;nbsp; Then calculate the values for the models, deleting each independent variable in turn.&amp;nbsp; The difference between the full model value and the reduced models' values would give the "additional Rsquare" for each independent variable.&amp;nbsp; So, you fit one model with N independent variables, and N models with N-1 independent variables, calculate the positive minus negative proportions for each, and then calculate the change in that value dependent on the independent variable in question.&amp;nbsp; That may be exactly what you were saying and I apologize if I misinterpreted it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187276#M303995</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-02-27T11:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Additional R-Square for each logistic regression variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187277#M303996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow I deleted the posts &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; How to restore them???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 09:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Additional-R-Square-for-each-logistic-regression-variable/m-p/187277#M303996</guid>
      <dc:creator>stataddict</dc:creator>
      <dc:date>2014-02-28T09:33:08Z</dc:date>
    </item>
  </channel>
</rss>

