<?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: logistic regression model in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514196#M2676</link>
    <description>This gets you started&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/dae/logit-regression/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/dae/logit-regression/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To include an interaction term, list it in the model statement with an asterisk between them. &lt;BR /&gt;&lt;BR /&gt;Model outcome = var1 var2 var1*var2;&lt;BR /&gt;&lt;BR /&gt;Another good reference is the documentation, specifically the examples &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_logistic_examples06.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_logistic_examples06.htm&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 18 Nov 2018 06:22:46 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-18T06:22:46Z</dc:date>
    <item>
      <title>logistic regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514194#M2674</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I am looking for a SAS code to fit the logistic regression model for two variables y as&amp;nbsp;the independent variable and x1 and x2, I also need to find the deviance of this model and how can I write the code for&amp;nbsp;expanding the linear predictor to include an interaction term.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 06:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514194#M2674</guid>
      <dc:creator>shahd</dc:creator>
      <dc:date>2018-11-18T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514196#M2676</link>
      <description>This gets you started&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stats.idre.ucla.edu/sas/dae/logit-regression/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/dae/logit-regression/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To include an interaction term, list it in the model statement with an asterisk between them. &lt;BR /&gt;&lt;BR /&gt;Model outcome = var1 var2 var1*var2;&lt;BR /&gt;&lt;BR /&gt;Another good reference is the documentation, specifically the examples &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_logistic_examples06.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_logistic_examples06.htm&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Nov 2018 06:22:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514196#M2676</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-18T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514200#M2679</link>
      <description>&lt;P&gt;Thanks. In my code the deviance appears for each observation, What if I need the deviance for the whole model?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 06:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514200#M2679</guid>
      <dc:creator>shahd</dc:creator>
      <dc:date>2018-11-18T06:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514218#M2684</link>
      <description>&lt;P&gt;You mean TWO dependent variables Y ? Check PROC PLS .&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 10:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514218#M2684</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-11-18T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: logistic regression model</title>
      <link>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514221#M2685</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.class;
model sex=age weight height;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Check Hypothesis for H0:&amp;nbsp;&lt;SPAN&gt;BETA=0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="x.png" style="width: 222px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25020iD57AC3668F78A0FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="x.png" alt="x.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 10:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/logistic-regression-model/m-p/514221#M2685</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-11-18T10:36:00Z</dc:date>
    </item>
  </channel>
</rss>

