<?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: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823116#M40756</link>
    <description>Great! Thank you so much for clarifying that!</description>
    <pubDate>Wed, 13 Jul 2022 14:28:36 GMT</pubDate>
    <dc:creator>varatt90</dc:creator>
    <dc:date>2022-07-13T14:28:36Z</dc:date>
    <item>
      <title>Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822125#M40697</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if someone can help me interpret the interaction variables presented in the output below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we pretend that the interaction term in the Type 3 table is significant, my understanding is that:&lt;/P&gt;&lt;P&gt;- interaction between being a boy (vs. Girl) and being Depressed (vs. Not depressed) - significant&lt;/P&gt;&lt;P&gt;- interaction between being other (vs. Girl) and being depressed (vs. not depressed) - significant&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The values for girl is not provided as it is the reference group that I have chosen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct? Any help would be appreciated!&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="Screen Shot 2022-07-07 at 2.59.50 PM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73035i5AD63978E166FAB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-07-07 at 2.59.50 PM.png" alt="Screen Shot 2022-07-07 at 2.59.50 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 19:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822125#M40697</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-07T19:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822344#M40701</link>
      <description>&lt;P&gt;When there is interaction in the model, you interpret the effect of each variable at each level of the other variable it interacts with. To do that, use the SLICE statement. For example:&lt;/P&gt;
&lt;P&gt;slice sex*depression/ sliceby=depression;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;slice sex*depression/ sliceby=sex;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 19:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822344#M40701</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-08T19:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822353#M40702</link>
      <description>&lt;P&gt;In addition to the good advice from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt; you should also take advantage of the excellent plots available in PROC GENMOD via the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_genmod_syntax12.htm" target="_self"&gt;EFFECTPLOT statement&lt;/A&gt; to help you interpret the interaction. There are interaction plots, SLICEFIT plots, and SLICEBY plots.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 20:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822353#M40702</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-08T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822629#M40717</link>
      <description>&lt;P&gt;Here, I used spliceby = sex&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="Screen Shot 2022-07-11 at 3.16.19 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73159i83BEA86C942E55ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-07-11 at 3.16.19 PM.png" alt="Screen Shot 2022-07-11 at 3.16.19 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So from the Analysis of GEE Parameter Estimates Tables, I can identify the significance of whether or not interaction exists. And I can use this Simple Differences Table to identify significance between sex groups that have depression. Is that correct?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 19:18:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822629#M40717</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-11T19:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822634#M40718</link>
      <description>That appears to be the results of a statement like&lt;BR /&gt;slice sex*depression / sliceby=depression diff;&lt;BR /&gt;But, yes, that table lets you compare the sex levels when depression=yes.</description>
      <pubDate>Mon, 11 Jul 2022 19:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822634#M40718</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-11T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822636#M40719</link>
      <description>Yes! My apologies! I did: slice sex*depression / sliceby(depression) diff oddsratio CL ;</description>
      <pubDate>Mon, 11 Jul 2022 19:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822636#M40719</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-11T19:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822642#M40720</link>
      <description>&lt;P&gt;When I specify "effectplot interaction (x=depression)" where Y = smoking status into my code, this is what I see. Is this what you meant?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-07-11 at 3.42.26 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73164i4B7A91A7E5814700/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-07-11 at 3.42.26 PM.png" alt="Screen Shot 2022-07-11 at 3.42.26 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-07-11 at 3.36.07 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73160i468B5EBC957F0CC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-07-11 at 3.36.07 PM.png" alt="Screen Shot 2022-07-11 at 3.36.07 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 19:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822642#M40720</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-11T19:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822664#M40721</link>
      <description>Yes, that provides a graphical depiction of the comparison results from your SLICE statement.</description>
      <pubDate>Mon, 11 Jul 2022 20:41:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/822664#M40721</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-11T20:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823084#M40747</link>
      <description>&lt;P&gt;Yes, those plots look exactly like the ones I used to illustrate an interaction years ago when I taught an introductory stats class.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 12:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823084#M40747</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-07-13T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823085#M40748</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427210"&gt;@varatt90&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;When I specify "effectplot interaction (x=depression)" where Y = smoking status into my code, this is what I see. Is this what you meant?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-07-11 at 3.42.26 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73164i4B7A91A7E5814700/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-07-11 at 3.42.26 PM.png" alt="Screen Shot 2022-07-11 at 3.42.26 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-07-11 at 3.36.07 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/73160i468B5EBC957F0CC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-07-11 at 3.36.07 PM.png" alt="Screen Shot 2022-07-11 at 3.36.07 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, these are the plots. I find looking at them helpful in some ways, girl seems to have opposite sign on the slope to boys and opposite sign on the slope to other. That's a useful piece of information that isn't immediately obvious looking at the tables of output. Another point is that the slope of other is flatter than the slope of boys and flatter than the slope of girls; again this is a piece of information that isn't immediately obvious looking at the tables of output. Finally, girls shows a bigger range from "No" to "Yes" than boys or other on both plots.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 12:33:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823085#M40748</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-13T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823103#M40752</link>
      <description>Thank you for interpreting that graphs! It was nice to see what to look out for when reading the graphs.</description>
      <pubDate>Wed, 13 Jul 2022 13:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823103#M40752</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-13T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823114#M40754</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You mentioned &lt;EM&gt;"When there is interaction in the model, you interpret the effect of each variable at each level of the other variable it interacts with. To do that, use the SLICE statement.&amp;nbsp;"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to confirm, if we didn't assume the interaction effect in the Type 3 table was significant and went by actually what we see in the output (i.e., the interaction term in the Type 3 table was not significant.), then I would not be able to interpret the&amp;nbsp;&lt;SPAN&gt;effect of each variable at each level of the other variable it interacts with. Is this correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 14:19:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823114#M40754</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-13T14:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823115#M40755</link>
      <description>If there is no interaction then that means that the effect of each variable is the same at all levels of the other variable. So, that greatly simplifies the situation. Each variable just has an overall effect.</description>
      <pubDate>Wed, 13 Jul 2022 14:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823115#M40755</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-13T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823116#M40756</link>
      <description>Great! Thank you so much for clarifying that!</description>
      <pubDate>Wed, 13 Jul 2022 14:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823116#M40756</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-13T14:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823121#M40757</link>
      <description>&lt;P&gt;Are there any resources that you think would be helpful reading regarding interactions between categorical variables (esp when the outcome variable is also categorical)?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 14:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823121#M40757</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-13T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823123#M40758</link>
      <description>&lt;P&gt;See &lt;A href="http://support.sas.com/kb/24447" target="_self"&gt;this note&lt;/A&gt; that discusses models with interaction in general and testing hypotheses in such models. In particular, Example 3 illustrates and discusses an interaction model in a binary response model.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 14:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823123#M40758</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-07-13T14:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823124#M40759</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427210"&gt;@varatt90&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you for interpreting that graphs! It was nice to see what to look out for when reading the graphs.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Some famous person once created the hashtag #APictureIsWorthAThousandNumbers&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 14:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823124#M40759</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-13T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823125#M40760</link>
      <description>Thank you so much!!!</description>
      <pubDate>Wed, 13 Jul 2022 14:38:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823125#M40760</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-13T14:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreting Interaction Effect in Proc Genmod (Categorical vs. Categorical with multiple levels</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823126#M40761</link>
      <description>Haha definitely a wise person...who also probably loved interaction plots.</description>
      <pubDate>Wed, 13 Jul 2022 14:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Interaction-Effect-in-Proc-Genmod-Categorical-vs/m-p/823126#M40761</guid>
      <dc:creator>varatt90</dc:creator>
      <dc:date>2022-07-13T14:41:13Z</dc:date>
    </item>
  </channel>
</rss>

