<?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: GENMOD AND MULTIPLE COMPARISON in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294118#M60002</link>
    <description>&lt;P&gt;Rick_SAS thank you so much. I will read this material.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2016 18:00:19 GMT</pubDate>
    <dc:creator>elizeusf210</dc:creator>
    <dc:date>2016-08-25T18:00:19Z</dc:date>
    <item>
      <title>GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294042#M60000</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am testing 24 compounds&amp;nbsp;and accessing their mortality (%) under a pest. I am using the proc GENMOD with dist&amp;nbsp;binomial and link logit. I would like to know if it is possible to make multiple comparisons, similar to Tukey in ANOVA, to compare these insecticides. Which PROC should I use? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Elizeu (beginner user)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294042#M60000</guid>
      <dc:creator>elizeusf210</dc:creator>
      <dc:date>2016-08-25T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294098#M60001</link>
      <description>&lt;P&gt;I'm not an expert in multiple comparisons, but I think you can do this with the&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect040.htm" target="_self"&gt; LSMEANS statement, which supports the ADJUST= option&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more complicated comparisons, you can read&amp;nbsp;about the LSMESTIMATE statement in Kiernan et al (2011) &lt;A href="https://support.sas.com/resources/papers/proceedings11/351-2011.pdf" target="_self"&gt;"CONTRAST and ESTIMATE Statements Made Easy:&amp;nbsp;The LSMESTIMATE Statement "&lt;/A&gt;&amp;nbsp; The paper contains many examples. Maybe you will find one that looks like your data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 17:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294098#M60001</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-08-25T17:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294118#M60002</link>
      <description>&lt;P&gt;Rick_SAS thank you so much. I will read this material.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 18:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294118#M60002</guid>
      <dc:creator>elizeusf210</dc:creator>
      <dc:date>2016-08-25T18:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294168#M60015</link>
      <description>&lt;P&gt;"The option is not supported by the procedures that perform chi-square-based inference (GENMOD, LOGISTIC, PHREG, and SURVEYLOGISTIC)."&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_intro" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_intro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 19:49:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294168#M60015</guid>
      <dc:creator>elizeusf210</dc:creator>
      <dc:date>2016-08-25T19:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294179#M60017</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't say waht version of SAS you are using nor what your model looks like. That might make a difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is some sample data and code. Perhaps you can modify it for your needs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data data1;
input Compound Success Trials Explanatory;
datalines;
 1 20 30 10
 2 10 18  8
 3 15 30  5
 4 20 55  5
 5  5 60  3
11 20 28  9
12 11 16  8
13 14 25  6
14 18 45  4
15  7 54  2
;

proc genmod data= data1;
class Compound;
model Success/Trials = compound /link=logit dist=binomial;
lsmeans Compound / adjust=tukey pdiff plots=diff;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 20:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294179#M60017</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-08-25T20:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294182#M60018</link>
      <description>&lt;P&gt;A search of the doc revelas that the phrase "The option is not supported by..." appears in the ADJDFE= option. Don't use that option. Use ADJUST=TUKEY &amp;nbsp;(or whatever other method you want).&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 20:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294182#M60018</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-08-25T20:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: GENMOD AND MULTIPLE COMPARISON</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294188#M60020</link>
      <description>&lt;P&gt;That is right. My mistake. Thank you for your patience!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 20:33:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GENMOD-AND-MULTIPLE-COMPARISON/m-p/294188#M60020</guid>
      <dc:creator>elizeusf210</dc:creator>
      <dc:date>2016-08-25T20:33:02Z</dc:date>
    </item>
  </channel>
</rss>

