<?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 or proc surveylogistic in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786232#M250994</link>
    <description>&lt;P&gt;The displayed output for this procedure can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_surveylogistic_details66.htm#statug_surveylogistic010268" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_surveylogistic_details66.htm#statug_surveylogistic010268&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can chose the output tables with corresponding syntax.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 20:33:49 GMT</pubDate>
    <dc:creator>pink_poodle</dc:creator>
    <dc:date>2021-12-15T20:33:49Z</dc:date>
    <item>
      <title>Proc logistic or proc surveylogistic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786078#M250934</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Experts, I want to run a regression by using the following models.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ramin1_0-1639523734537.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66758i253BF5C5126266B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ramin1_0-1639523734537.png" alt="Ramin1_0-1639523734537.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;I use the following code to get predicted values, but I figure out that this is not similar to the process of proc surveyreg. The predicted value (OC^) in the above equation 3 is the binary variable either 1 or 0.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;I try to use similar code which I use for Proc Suveyreg to get residual and predicted values.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Proc surveylogistic data=test;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;cluster gvkey;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;class industry fyear;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;model OC=age control_variables industry year;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;output out=test1 p=predicted;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;I get the estimated probability, I am not sure how to get the predicted values for OC in the above equation 2.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 00:43:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786078#M250934</guid>
      <dc:creator>Ramin1</dc:creator>
      <dc:date>2021-12-15T00:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic or proc surveylogistic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786232#M250994</link>
      <description>&lt;P&gt;The displayed output for this procedure can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_surveylogistic_details66.htm#statug_surveylogistic010268" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_surveylogistic_details66.htm#statug_surveylogistic010268&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can chose the output tables with corresponding syntax.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 20:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786232#M250994</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2021-12-15T20:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic or proc surveylogistic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786234#M250995</link>
      <description>&lt;P&gt;Thanks for your reply &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235176"&gt;@pink_poodle&lt;/a&gt;&amp;nbsp;. I got my answer in the following link...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_logistic_examples01.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_logistic_examples01.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 20:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-or-proc-surveylogistic/m-p/786234#M250995</guid>
      <dc:creator>Ramin1</dc:creator>
      <dc:date>2021-12-15T20:41:22Z</dc:date>
    </item>
  </channel>
</rss>

