<?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: Effect Modification logistic regression in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802802#M316082</link>
    <description>&lt;BR /&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;2891 proc logistic data = puf.nisteenpuf19;&lt;BR /&gt;2892 class cen_reg (param =ref ref= "NORTHEAST")incpov1 (param = ref ref = "ABOVE POVERTY &amp;gt;&lt;BR /&gt;2892! $75K") ;&lt;BR /&gt;2893 model hpvi_group = incpov1 cen_reg incpov1*cen_reg;&lt;BR /&gt;2894 oddsratio cen_reg*incpov1 dif = all;&lt;BR /&gt;-&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, /.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;2895 run;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Mar 2022 14:18:34 GMT</pubDate>
    <dc:creator>kyla123</dc:creator>
    <dc:date>2022-03-18T14:18:34Z</dc:date>
    <item>
      <title>Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802794#M316076</link>
      <description>&lt;P&gt;For an assignment I am trying to get the odds ratios of hpv shots and determining the association of poverty and using region as a confounder&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I am attempting to use is&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;data&lt;/SPAN&gt; = puf.nisteenpuf19;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;class&lt;/SPAN&gt; cen_reg (&lt;SPAN class=""&gt;param&lt;/SPAN&gt; =ref &lt;SPAN class=""&gt;ref&lt;/SPAN&gt;= &lt;SPAN class=""&gt;"NORTHEAST"&lt;/SPAN&gt;)incpov1 (&lt;SPAN class=""&gt;param&lt;/SPAN&gt; = ref &lt;SPAN class=""&gt;ref&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"ABOVE POVERTY &amp;gt; $75K"&lt;/SPAN&gt;) ;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;model&lt;/SPAN&gt; hpvi_group = incpov1 cen_reg incpov1*cen_reg;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However in the output it doesn't give value for any northeast data and i need odds ratios for northeast_below poverty and northeast_above poverty &amp;lt;= $75k. it references all northeast values instead of just referencing northeast_above poverty &amp;gt;75$k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this make sense&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 13:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802794#M316076</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T13:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802795#M316077</link>
      <description>&lt;P&gt;Show us the output that you have questions about.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 13:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802795#M316077</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802797#M316078</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2022-03-18 at 8.59.19 AM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69565iEF12D25CE3C19969/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-03-18 at 8.59.19 AM.png" alt="Screen Shot 2022-03-18 at 8.59.19 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802797#M316078</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802798#M316079</link>
      <description>&lt;P&gt;What happens if you include the ODDSRATIO statement in your code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Fri, 18 Mar 2022 14:01:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802798#M316079</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T14:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802800#M316080</link>
      <description>&lt;P&gt;I am not 100% sure how to include it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;STRONG&gt;logistic&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;data&lt;/SPAN&gt; = puf.nisteenpuf19;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;class&lt;/SPAN&gt; cen_reg (&lt;SPAN class=""&gt;param&lt;/SPAN&gt; =ref &lt;SPAN class=""&gt;ref&lt;/SPAN&gt;= &lt;SPAN class=""&gt;"NORTHEAST"&lt;/SPAN&gt;)incpov1 (&lt;SPAN class=""&gt;param&lt;/SPAN&gt; = ref &lt;SPAN class=""&gt;ref&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"ABOVE POVERTY &amp;gt; $75K"&lt;/SPAN&gt;) ;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;model&lt;/SPAN&gt; hpvi_group = incpov1 cen_reg incpov1*cen_reg;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;oddsratio&lt;/SPAN&gt; cen_reg incpov1 dif = &lt;SPAN class=""&gt;ref&lt;/SPAN&gt; | &lt;SPAN class=""&gt;all&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802800#M316080</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802801#M316081</link>
      <description>&lt;P&gt;Was there a problem somewhere? I think it should be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;oddsratio cen_reg*incpov1 dif = all;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please don't make us keep asking ... when there is a problem in the code, or a problem in the log, or a problem in the output ... show us.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802801#M316081</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802802#M316082</link>
      <description>&lt;BR /&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;2891 proc logistic data = puf.nisteenpuf19;&lt;BR /&gt;2892 class cen_reg (param =ref ref= "NORTHEAST")incpov1 (param = ref ref = "ABOVE POVERTY &amp;gt;&lt;BR /&gt;2892! $75K") ;&lt;BR /&gt;2893 model hpvi_group = incpov1 cen_reg incpov1*cen_reg;&lt;BR /&gt;2894 oddsratio cen_reg*incpov1 dif = all;&lt;BR /&gt;-&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, /.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;2895 run;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802802#M316082</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802803#M316083</link>
      <description>&lt;P&gt;My mistake. I think it should be&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;oddsratio cen_reg*incpov1/dif = all;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802803#M316083</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802804#M316084</link>
      <description>I received the same error message&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;2896 proc logistic data = puf.nisteenpuf19;&lt;BR /&gt;2897 class cen_reg (param =ref ref= "NORTHEAST")incpov1 (param = ref ref = "ABOVE POVERTY &amp;gt;&lt;BR /&gt;2897! $75K") ;&lt;BR /&gt;2898 model hpvi_group = incpov1 cen_reg incpov1*cen_reg;&lt;BR /&gt;2899 oddsratio cen_reg*incpov1/dif = all;&lt;BR /&gt;-&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, /.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;2900 run;</description>
      <pubDate>Fri, 18 Mar 2022 14:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802804#M316084</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802805#M316085</link>
      <description>&lt;P&gt;Next step&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you have an error in the log, copy the log as text and paste it into the window that appears when you click on the &amp;lt;/&amp;gt;. We need this every time you provide a log for us. This preserves the formatting of the log and makes it more readable.&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="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66123iA4EF494F9CA0F6EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" alt="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802805#M316085</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T14:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802806#M316086</link>
      <description>&lt;PRE&gt;NOTE: PROCEDURE LOGISTIC used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds

NOTE: The SAS System stopped processing this step because of errors.
2910  proc logistic data = puf.nisteenpuf19;
2911  class cen_reg (param =ref ref= "NORTHEAST")incpov1 (param = ref ref = "ABOVE POVERTY &amp;gt;
2911! $75K") ;
2912  model hpvi_group = incpov1 cen_reg incpov1*cen_reg;
2913  oddsratio cen_reg*incpov1/dif = all;
                       -
                       22
                       76
ERROR 22-322: Syntax error, expecting one of the following: ;, /.
ERROR 76-322: Syntax error, statement will be ignored.
2914  run;&lt;/PRE&gt;&lt;P&gt;Sorry, I am very new to this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802806#M316086</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802811#M316087</link>
      <description>&lt;P&gt;I also tried using proc genmod but the output zeroed out all of northeast&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2022-03-18 at 9.26.22 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69567iB8C12C569B670A4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-03-18 at 9.26.22 AM.png" alt="Screen Shot 2022-03-18 at 9.26.22 AM.png" /&gt;&lt;/span&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-center" image-alt="Screen Shot 2022-03-18 at 9.26.04 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69566i012B1EC17F416DED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-03-18 at 9.26.04 AM.png" alt="Screen Shot 2022-03-18 at 9.26.04 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC GENMOD DATA = puf.nisteenpuf19;
class CEN_REG (ref = "NORTHEAST") INCPOV1 (REF= "ABOVE POVERTY &amp;gt; $75K");
model HPVI_GROUP = CEN_REG INCPOV1 AGE SEX RACEETHK INCPOV1*CEN_REG/DIST = BINOMIAL LINK = LOG;
RUN;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802811#M316087</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802812#M316088</link>
      <description>&lt;P&gt;Apparently, ODDSRATIO will not work for interactions, so you should remove it. The default output from PROC LOGISTIC (without the ODDSRATIO statement) should show odds ratios for all model terms. Can you show us that odds ratio output?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802812#M316088</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802816#M316089</link>
      <description>&lt;P&gt;This is the output I receive when running pro logistic without the odds ratio statement&lt;/P&gt;&lt;PRE&gt;proc logistic data = puf.nisteenpuf19;
class cen_reg (param =ref ref= "NORTHEAST")incpov1 (param = ref ref = "ABOVE POVERTY &amp;gt; $75K") ;
model hpvi_group = incpov1 cen_reg incpov1*cen_reg;
run;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-03-18 at 8.59.19 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69568i1238852EE5E9D7AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-03-18 at 8.59.19 AM.png" alt="Screen Shot 2022-03-18 at 8.59.19 AM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-03-18 at 9.44.55 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69569iF08E583AAC5EB2E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-03-18 at 9.44.55 AM.png" alt="Screen Shot 2022-03-18 at 9.44.55 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:46:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802816#M316089</guid>
      <dc:creator>kyla123</dc:creator>
      <dc:date>2022-03-18T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802819#M316090</link>
      <description>&lt;P&gt;Ok. I don't know how to get odds ratios for interactions. The odds ratios for your two main effects are produced by these statements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;oddsratio cen_reg;
oddsratio incpov1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802819#M316090</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T14:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Effect Modification logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802820#M316091</link>
      <description>&lt;P&gt;Odds ratios for interactions:&amp;nbsp;&lt;A href="https://support.sas.com/kb/24/455.html" target="_blank"&gt;https://support.sas.com/kb/24/455.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:05:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Effect-Modification-logistic-regression/m-p/802820#M316091</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-03-18T15:05:35Z</dc:date>
    </item>
  </channel>
</rss>

