<?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 proc Genmod  with repeated option(GEE estimates) and post hoc test to compare 3 groups. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Genmod-with-repeated-option-GEE-estimates-and-post-hoc-test/m-p/727019#M35259</link>
    <description>&lt;P&gt;Hi SAS users!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner of SAS.&amp;nbsp; &lt;SPAN&gt;&amp;nbsp;I am hoping someone here can help me with.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently I am trying to used GEE model using proc genmod for the panel data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to divide data into three groups. I was able to calculate estimates, SEs, p values. but I want to to compare these groups results. (post hoc test, bonferroni ) because I found the articles to compare between groups.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I can use 'lsmeans'&amp;nbsp; and 'adjust'&amp;nbsp;&amp;nbsp;however it doesn't works with repeated measures option.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I solve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 08:28:33 GMT</pubDate>
    <dc:creator>eunyo75</dc:creator>
    <dc:date>2021-03-17T08:28:33Z</dc:date>
    <item>
      <title>proc Genmod  with repeated option(GEE estimates) and post hoc test to compare 3 groups.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Genmod-with-repeated-option-GEE-estimates-and-post-hoc-test/m-p/727019#M35259</link>
      <description>&lt;P&gt;Hi SAS users!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a beginner of SAS.&amp;nbsp; &lt;SPAN&gt;&amp;nbsp;I am hoping someone here can help me with.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently I am trying to used GEE model using proc genmod for the panel data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to divide data into three groups. I was able to calculate estimates, SEs, p values. but I want to to compare these groups results. (post hoc test, bonferroni ) because I found the articles to compare between groups.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I can use 'lsmeans'&amp;nbsp; and 'adjust'&amp;nbsp;&amp;nbsp;however it doesn't works with repeated measures option.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I solve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 08:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Genmod-with-repeated-option-GEE-estimates-and-post-hoc-test/m-p/727019#M35259</guid>
      <dc:creator>eunyo75</dc:creator>
      <dc:date>2021-03-17T08:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc Genmod  with repeated option(GEE estimates) and post hoc test to compare 3 groups.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Genmod-with-repeated-option-GEE-estimates-and-post-hoc-test/m-p/727102#M35260</link>
      <description>&lt;P&gt;Yes, it works with the REPEATED statement. For example, the following uses the GEE example in the Getting Started section of the GENMOD documentation.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=six;
class case city age;
model wheeze = city age smoke / dist=bin;
repeated subject=case / type=exch;
lsmeans age / diff adjust=bon;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Mar 2021 13:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Genmod-with-repeated-option-GEE-estimates-and-post-hoc-test/m-p/727102#M35260</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-03-17T13:31:22Z</dc:date>
    </item>
  </channel>
</rss>

