<?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: BINARY REPEATED MEASURES IN GLIMMIX FOR ADJUST P-VALUE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/565697#M158860</link>
    <description>&lt;P&gt;Oops, I'm sorry. I guess not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can always adjust multiple p-values (or a subset of them) with proc multtest after exporting with ods ouitput.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2019 21:41:13 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2019-06-12T21:41:13Z</dc:date>
    <item>
      <title>BINARY REPEATED MEASURES IN GLIMMIX FOR ADJUST P-VALUE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/564540#M158374</link>
      <description>&lt;P&gt;Hi SAS users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set with binary repeated measure outcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know whether the incidence of GSRSINCI6 does not change over visits. Also, I want to know the difference (p-value) of each visit compared to visit 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is whether there is a way that I can adjust the p-value for multiple between visit comparison in proc glimmix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code and data set have been uploaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GLIMMIX DATA = GSRS;
CLASS SUBNUM VISIT (REF = '2') ;
MODEL GSRSINCI6(EVENT ='1') = VISIT/DIST= BINARY SOLUTION CHISQ ODDSRATIO ;
RANDOM _RESIDUAL_ /SUBJECT = SUBNUM TYPE = VC ;
RUN;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Jun 2019 19:08:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/564540#M158374</guid>
      <dc:creator>superbibi</dc:creator>
      <dc:date>2019-06-07T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: BINARY REPEATED MEASURES IN GLIMMIX FOR ADJUST P-VALUE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/564620#M158398</link>
      <description>&lt;P&gt;I guess you may want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GLIMMIX DATA = sasforum.bin;
CLASS ID VISIT (REF = '2') ;
MODEL GSRSINCI6(EVENT ='1') = VISIT/DIST= BINARY SOLUTION CHISQ ODDSRATIO ;
RANDOM _RESIDUAL_ /SUBJECT = ID TYPE = VC ;
lsmeans visit / diff=control('2') adjust=dunnett;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 08 Jun 2019 04:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/564620#M158398</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-06-08T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: BINARY REPEATED MEASURES IN GLIMMIX FOR ADJUST P-VALUE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/565565#M158813</link>
      <description>Thank you. But since the data is binary, is it appropriate to use lsmeans?</description>
      <pubDate>Wed, 12 Jun 2019 14:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/565565#M158813</guid>
      <dc:creator>superbibi</dc:creator>
      <dc:date>2019-06-12T14:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: BINARY REPEATED MEASURES IN GLIMMIX FOR ADJUST P-VALUE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/565697#M158860</link>
      <description>&lt;P&gt;Oops, I'm sorry. I guess not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can always adjust multiple p-values (or a subset of them) with proc multtest after exporting with ods ouitput.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 21:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BINARY-REPEATED-MEASURES-IN-GLIMMIX-FOR-ADJUST-P-VALUE/m-p/565697#M158860</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-06-12T21:41:13Z</dc:date>
    </item>
  </channel>
</rss>

