<?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: Additive interaction estimates in PROC GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/700903#M33813</link>
    <description>&lt;P&gt;The ilink option provides estimates on the original (additive) scale.&amp;nbsp; However, to get additive differences to generate relative risks I suspect you will need to use the %NLmeans macro.&amp;nbsp; The note&amp;nbsp;&lt;A href="https://support.sas.com/kb/57/798.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;should provide a starting point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
    <pubDate>Mon, 23 Nov 2020 13:49:53 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-11-23T13:49:53Z</dc:date>
    <item>
      <title>Additive interaction estimates in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/699912#M33789</link>
      <description>&lt;P&gt;I have created a multi-level logistic regression model using PROC GLIMMIX. I am able to obtain interaction estimates and 95% CIs on the multiplicative scale from the fixed effects output, although I am not sure if there is a simple way in SAS to output the estimates and 95% CIs on the additive scale&amp;nbsp;(I am looking to calculate relative excess risk due to interaction [RERI] with a 95% CI). SAS code below. Thanks.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=cares2;
class group outcome (ref="No") intervention (ref="No") smoker(ref="No") area(ref="urban") gender(ref="Female") /;
model outcome = intervention area intervention*area gender / dist=binary link=logit ddfm=bw solution oddsratio cl;
random intercept / subject=group;
lsmeans intervention*area / slicedifftype=control('No' 'urban') adjust=bon oddsratio cl ilink;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/699912#M33789</guid>
      <dc:creator>njgrubic</dc:creator>
      <dc:date>2020-11-18T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Additive interaction estimates in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/700543#M33790</link>
      <description>Moved to Analytical Procedures forum where it should get better visibility</description>
      <pubDate>Fri, 20 Nov 2020 16:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/700543#M33790</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2020-11-20T16:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Additive interaction estimates in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/700903#M33813</link>
      <description>&lt;P&gt;The ilink option provides estimates on the original (additive) scale.&amp;nbsp; However, to get additive differences to generate relative risks I suspect you will need to use the %NLmeans macro.&amp;nbsp; The note&amp;nbsp;&lt;A href="https://support.sas.com/kb/57/798.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;should provide a starting point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 13:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Additive-interaction-estimates-in-PROC-GLIMMIX/m-p/700903#M33813</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-11-23T13:49:53Z</dc:date>
    </item>
  </channel>
</rss>

