<?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 Odds ratios not showing for individual variables in interaction term? Logistic regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809050#M39814</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to run a multi variable logistic regression model predicting departure from position (yes/no) using perceived culture around alcohol as the main predictor with sex, age, race, hazardous alcohol use, and job satisfaction as covariates. I was interested in analyzing hazardous alcohol use as a moderator and found evidence that there is an interaction between alcohol use and perceived culture.&lt;BR /&gt;&lt;BR /&gt;My question is, when I ran the regression the output did not show the ORs for hazardous alcohol use or perceived culture (scored from 0-4 based on how many items endorsed). Is there an option I am missing to get those estimates? (Code below)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Proc logistic data=c_final:&lt;BR /&gt;Class sex agecat race hazardousalc jobsat/param=ref; (I specified the reference groups in my code but omitted them for a reason on this forum)&lt;BR /&gt;Model departure = sex agecat race hazardousalc jobsat alcoholculture_score hazardousalc*alcoholculture_score/expb;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Apr 2022 13:17:23 GMT</pubDate>
    <dc:creator>christinef</dc:creator>
    <dc:date>2022-04-21T13:17:23Z</dc:date>
    <item>
      <title>Odds ratios not showing for individual variables in interaction term? Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809050#M39814</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to run a multi variable logistic regression model predicting departure from position (yes/no) using perceived culture around alcohol as the main predictor with sex, age, race, hazardous alcohol use, and job satisfaction as covariates. I was interested in analyzing hazardous alcohol use as a moderator and found evidence that there is an interaction between alcohol use and perceived culture.&lt;BR /&gt;&lt;BR /&gt;My question is, when I ran the regression the output did not show the ORs for hazardous alcohol use or perceived culture (scored from 0-4 based on how many items endorsed). Is there an option I am missing to get those estimates? (Code below)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Proc logistic data=c_final:&lt;BR /&gt;Class sex agecat race hazardousalc jobsat/param=ref; (I specified the reference groups in my code but omitted them for a reason on this forum)&lt;BR /&gt;Model departure = sex agecat race hazardousalc jobsat alcoholculture_score hazardousalc*alcoholculture_score/expb;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809050#M39814</guid>
      <dc:creator>christinef</dc:creator>
      <dc:date>2022-04-21T13:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Odds ratios not showing for individual variables in interaction term? Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809055#M39815</link>
      <description>&lt;P&gt;Try using the ODDSRATIO statement in PROC LOGISTIC&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_logistic_syntax26.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_logistic_syntax26.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809055#M39815</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-21T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Odds ratios not showing for individual variables in interaction term? Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809064#M39816</link>
      <description>&lt;P&gt;As discussed in &lt;A href="http://support.sas.com/kb/24455" target="_self"&gt;this note&lt;/A&gt;, odds ratios are not automatically provided for variables involved in interactions. It shows several ways to obtain odds ratios.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809064#M39816</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-04-21T13:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Odds ratios not showing for individual variables in interaction term? Logistic regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809077#M39817</link>
      <description>This worked with oddsratio hazardousalc/at (alcoholculture_score 0 1 2 3 4);&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Thu, 21 Apr 2022 13:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Odds-ratios-not-showing-for-individual-variables-in-interaction/m-p/809077#M39817</guid>
      <dc:creator>christinef</dc:creator>
      <dc:date>2022-04-21T13:58:09Z</dc:date>
    </item>
  </channel>
</rss>

