<?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: R2 in logistic regression in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706672#M26380</link>
    <description>&lt;P&gt;See the responses in this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/McFadden-s-R2-in-logistic-REGRESSION/td-p/443372" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/McFadden-s-R2-in-logistic-REGRESSION/td-p/443372&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 15:45:48 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-12-17T15:45:48Z</dc:date>
    <item>
      <title>R2 in logistic regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706663#M26378</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to know how to get r-square in the logistic regression. My code is below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;surveylogistic&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;data&lt;/SPAN&gt;=nh.diseases_pa1836_1 &lt;SPAN class="s2"&gt;nomcar&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;class&lt;/SPAN&gt; t180 age RIAGENDR PIR SDDSRVYR RIDRETH1/ &lt;SPAN class="s2"&gt;param&lt;/SPAN&gt;=glm;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;strata&lt;/SPAN&gt; SDMVSTRA;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;cluster&lt;/SPAN&gt; SDMVPSU;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;weight&lt;/SPAN&gt; glucwt4yr;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;domain&lt;/SPAN&gt; eligible;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;model&lt;/SPAN&gt; BMI_outcome= age RIAGENDR PIR SDDSRVYR &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;RIDRETH1 totalcounts t180/ &lt;SPAN class="s2"&gt;vadjust&lt;/SPAN&gt;=none df=none &lt;SPAN class="s2"&gt;link&lt;/SPAN&gt;=glogit;&lt;/P&gt;
&lt;P class="p3"&gt;lsmeans&lt;SPAN class="s3"&gt; t180/ &lt;/SPAN&gt;cl oddsratio adjust&lt;SPAN class="s3"&gt; =tukey;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class="s3"&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 15:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706663#M26378</guid>
      <dc:creator>knighsson</dc:creator>
      <dc:date>2020-12-17T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: R2 in logistic regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706672#M26380</link>
      <description>&lt;P&gt;See the responses in this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/McFadden-s-R2-in-logistic-REGRESSION/td-p/443372" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/McFadden-s-R2-in-logistic-REGRESSION/td-p/443372&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 15:45:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706672#M26380</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-12-17T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: R2 in logistic regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706682#M26381</link>
      <description>Thank you for your response, I saw that thread, but I also want to know how can i get the adjusted r-square in the logistic regression.&lt;BR /&gt;Thank you!</description>
      <pubDate>Thu, 17 Dec 2020 15:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706682#M26381</guid>
      <dc:creator>knighsson</dc:creator>
      <dc:date>2020-12-17T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: R2 in logistic regression</title>
      <link>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706684#M26382</link>
      <description>In addition, I used "proc surveylogistic"  statement, so I wonder would it be appropriate if i use "proc surveylogistic " or "proc qlim" to get the r square.&lt;BR /&gt;Thank you!</description>
      <pubDate>Thu, 17 Dec 2020 16:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/R2-in-logistic-regression/m-p/706684#M26382</guid>
      <dc:creator>knighsson</dc:creator>
      <dc:date>2020-12-17T16:02:20Z</dc:date>
    </item>
  </channel>
</rss>

