<?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 How to control variables in logistic regression? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-control-variables-in-logistic-regression/m-p/562288#M74932</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to perform 2 logistic regressions controlled for some variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exposure: quartiles of processed food consumption&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outcome model 1: binary depression (yes or no)&lt;/P&gt;&lt;P&gt;outcome model 2: mental disorders (4 disorders)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;confoundings: (categorical and numerical) sex, age, education, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me with the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 14:18:17 GMT</pubDate>
    <dc:creator>natasha_nf</dc:creator>
    <dc:date>2019-05-29T14:18:17Z</dc:date>
    <item>
      <title>How to control variables in logistic regression?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-control-variables-in-logistic-regression/m-p/562288#M74932</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to perform 2 logistic regressions controlled for some variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exposure: quartiles of processed food consumption&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outcome model 1: binary depression (yes or no)&lt;/P&gt;&lt;P&gt;outcome model 2: mental disorders (4 disorders)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;confoundings: (categorical and numerical) sex, age, education, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me with the code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-control-variables-in-logistic-regression/m-p/562288#M74932</guid>
      <dc:creator>natasha_nf</dc:creator>
      <dc:date>2019-05-29T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to control variables in logistic regression?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-control-variables-in-logistic-regression/m-p/562336#M74936</link>
      <description>&lt;P&gt;For your first model, here's an example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_logistic_examples02.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second case is either Ordinal or Nominal Regression, not Logistic.&lt;/P&gt;
&lt;P&gt;Here's an example of nominal regression:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_logistic_examples04.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_logistic_examples04.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/259641"&gt;@natasha_nf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to perform 2 logistic regressions controlled for some variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;exposure: quartiles of processed food consumption&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;outcome model 1: binary depression (yes or no)&lt;/P&gt;
&lt;P&gt;outcome model 2: mental disorders (4 disorders)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;confoundings: (categorical and numerical) sex, age, education, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone help me with the code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 16:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-control-variables-in-logistic-regression/m-p/562336#M74936</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-29T16:23:37Z</dc:date>
    </item>
  </channel>
</rss>

