<?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: PROC GEE-  creating categorical interaction term in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GEE-creating-categorical-interaction-term/m-p/250839#M56629</link>
    <description>&lt;P&gt;LSMEANS are available in my version of PROC GEE (SAS/STAT14.1), so the most hopeful thing I can think of is to upgrade your installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 15:05:15 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2016-02-18T15:05:15Z</dc:date>
    <item>
      <title>PROC GEE-  creating categorical interaction term</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GEE-creating-categorical-interaction-term/m-p/248504#M56436</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 to run a model&amp;nbsp;using PROC GEE with a multinomial outcome (3-levels), binary and continous independent variables, and repeated measures. I have a significant interaction term between two categorical variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically I would use the estimate or lsmeans statement to calculate the odds ratios for the possible combinations, however these options are not available with PROC GEE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I generate the standard errors/confidence limits for each of the combinations of the interaction term? Is there another way to code my interaction term?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GEE data=dataset descending;
class  var1 var2 var3 ID/Ref=first; 
model outcome= time var1 var2 var3 var2*var3 / dist=multinomial link=glogit; 
repeated subject=ID /Type=ind; 
run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Feb 2016 20:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GEE-creating-categorical-interaction-term/m-p/248504#M56436</guid>
      <dc:creator>EC</dc:creator>
      <dc:date>2016-02-06T20:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GEE-  creating categorical interaction term</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GEE-creating-categorical-interaction-term/m-p/250839#M56629</link>
      <description>&lt;P&gt;LSMEANS are available in my version of PROC GEE (SAS/STAT14.1), so the most hopeful thing I can think of is to upgrade your installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GEE-creating-categorical-interaction-term/m-p/250839#M56629</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-02-18T15:05:15Z</dc:date>
    </item>
  </channel>
</rss>

