<?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: Proc Logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic/m-p/378936#M19901</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.class;
model sex=weight height/rsquare;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 25 Jul 2017 12:05:18 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-07-25T12:05:18Z</dc:date>
    <item>
      <title>Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic/m-p/378885#M19900</link>
      <description>&lt;P&gt;Hello friends,&lt;/P&gt;
&lt;P&gt;i am using follwing type of codes to run&amp;nbsp; fixed effects logistic regressions;&lt;/P&gt;
&lt;P&gt;proc logistic data=e descending;&lt;BR /&gt;class SIC / param=ref ;&lt;BR /&gt;model EI = ROA Size MB FATA DA Time SIC;&lt;BR /&gt;output out=a pred=yhat;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;BR /&gt;proc logistic data=e descending;&lt;BR /&gt;strata SIC;&lt;BR /&gt;model EI = ROA Size MB FATA DA Time;&lt;BR /&gt;output out=a pred=yhat;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to get Pseudo R-square or R-Square from these. Is ther any commond option i can use to do that or any other way.&amp;nbsp;&lt;BR /&gt;Thank for any help.\&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 07:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic/m-p/378885#M19900</guid>
      <dc:creator>raqthesolid</dc:creator>
      <dc:date>2017-07-25T07:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic/m-p/378936#M19901</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.class;
model sex=weight height/rsquare;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Logistic/m-p/378936#M19901</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-25T12:05:18Z</dc:date>
    </item>
  </channel>
</rss>

