<?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: Interaction test between SEX and QUARTILES with a BINARY OUTCOME in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562255#M27790</link>
    <description>&lt;P&gt;Logistic Regression ?&lt;/P&gt;
&lt;P&gt;proc logistic data=have;&lt;/P&gt;
&lt;P&gt;class sex;&lt;/P&gt;
&lt;P&gt;model outcome=SEX QUARTILES SEX*QUARTILES;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 13:13:10 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2019-05-29T13:13:10Z</dc:date>
    <item>
      <title>Interaction test between SEX and QUARTILES with a BINARY OUTCOME</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562012#M27787</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to check if there is an interaction between sex and quartiles of soda consumption in the case of a binary outcome.&lt;/P&gt;&lt;P&gt;How should I proceed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;exposure: quartiles of soda consumption&lt;/P&gt;&lt;P&gt;outcome: presence or absence of depression&lt;/P&gt;&lt;P&gt;covariate sexe: female, male&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 10:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562012#M27787</guid>
      <dc:creator>natasha_nf</dc:creator>
      <dc:date>2019-05-29T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction test between SEX and QUARTILES with a BINARY OUTCOME</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562253#M27789</link>
      <description>&lt;P&gt;Fit a logistic regression model including the interaction. These statements will include a test for the interaction (sex*consumption). It assumes that your response variable is a character variable ("present" or "absent"), that the event of interest is presence of depression, and that you want to treat consumption as a continuous effect in the model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic;
class sex / param=glm;
model outcome(event="present") = sex consumption sex*consumption;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 12:55:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562253#M27789</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2019-05-29T12:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction test between SEX and QUARTILES with a BINARY OUTCOME</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562255#M27790</link>
      <description>&lt;P&gt;Logistic Regression ?&lt;/P&gt;
&lt;P&gt;proc logistic data=have;&lt;/P&gt;
&lt;P&gt;class sex;&lt;/P&gt;
&lt;P&gt;model outcome=SEX QUARTILES SEX*QUARTILES;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:13:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562255#M27790</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-05-29T13:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction test between SEX and QUARTILES with a BINARY OUTCOME</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562262#M27791</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the case of a multinomial outcome, i.e.: different mental disorders, would the procedure be the same?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562262#M27791</guid>
      <dc:creator>natasha_nf</dc:creator>
      <dc:date>2019-05-29T13:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction test between SEX and QUARTILES with a BINARY OUTCOME</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562263#M27792</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the case of a multinomial outcome i.e.: different mental disorders, would the procedure be the same?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 13:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562263#M27792</guid>
      <dc:creator>natasha_nf</dc:creator>
      <dc:date>2019-05-29T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction test between SEX and QUARTILES with a BINARY OUTCOME</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562295#M27793</link>
      <description>&lt;P&gt;Yes, but if the response is nominal (unordered), you need to add the LINK=GLOGIT option in the MODEL statement. If it is ordinal (ordered), no change is needed.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:30:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interaction-test-between-SEX-and-QUARTILES-with-a-BINARY-OUTCOME/m-p/562295#M27793</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2019-05-29T14:30:50Z</dc:date>
    </item>
  </channel>
</rss>

