<?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: Post-Hoc Tests for Multinomial Data Using Glimmix in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200090#M10727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also prefer the conditional estimates, when I can get them.&amp;nbsp; Mostly to get IC's that are meaningful for model or covariance structure comparisons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But marginal estimates, while biased, are more likely to converge and lots of people in other fields think of GEE's which are marginal models.&amp;nbsp; The advantage of actually having a converged model is probably why Larry Madden ( @lvm) has been such a strong proponent for that approach.&amp;nbsp; Applying Box's maxim: All models are wrong, but some models are useful.&amp;nbsp; A model that converges is certainly more useful than one that has algorithm problems, and my experience with multinomial distributions is that if there is a sure way to run into odd algorithm behavior, it involves multinomials.&amp;nbsp; And that is true whether it is SAS or Stata or R or S-Plus or MATLAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 14:47:42 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2015-08-21T14:47:42Z</dc:date>
    <item>
      <title>Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200082#M10719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;I am attempting to replicate and further a 4 (socio-economic status) x 6 (question type) study. The DV (question type) is measured with a 12 item questionnaire (6 categories containing 2 questions each). Participants in each category can score between 0 and 2 &lt;SPAN style="color: #1a1a1a; font-family: 'Helvetica Neue'; font-size: 17px;"&gt; (i.e., two questions)&lt;/SPAN&gt;. In my study as well as the aforementioned study, most participants score 0 across all 6 categories. The data therefore does not satisfy the normality assumption for the ANOVA used in the aforementioned study, as the data is skewed to the right and zero-inflated. My study tests an extra variable ‘gender’ theorized to affect the relationship explored in the aforementioned study. That is, my study design is 2 (gender) x 3 (socio-economic status) x 6 (question type). An reliable source suggested an ordered logistic regression in a mixed-modeling framework such as GLIMMIX. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;The code for my final model is presented below. Model one was unconditional with no predictor, model two had socioeconomic status (SES) as a predictor, and the final model has SES and gender as predictors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Proc glimmix data=work.ses method=laplace noclprint;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Class question;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #1a1a1a; font-family: 'Helvetica Neue';"&gt;&lt;SPAN style="font-size: 13pt;"&gt;Model response=ses gender &lt;/SPAN&gt;&lt;SPAN style="font-size: 17px;"&gt;see*gender&lt;/SPAN&gt;&lt;SPAN style="font-size: 13pt;"&gt; / dist=multinomial link=clogit solution cl oddsratio(diff=first label);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Random ses / subject=question type=vc solution cl;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Covetest / wald;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Run;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;* Response = answers to the questions. Question = quoits type&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;So far I have gotten suitable results, model two is a better fit than model one, and model three is a better fit than model two. In the final model, fixed effects for SES p&amp;lt; .05, and gender p&amp;lt; .001. The problem is I can’t figure out how to get post-hoc tests on the probabilities for the particular effects of the four levels of SES on the six question types &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;(as determined by the question responses on a scale ranging from 0 - 2), the two levels of gender on question type, and the interaction between SES and gender on question type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;I have tried Lsmeans but it doesn’t work with multinomial data, I have tried splice and splicediff, as well as contrast (bycat and chisq). I am new to SAS; this particular problem brought me here (SPSS is my comfort zone). &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Any advice will be much appreciated.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #1a1a1a;"&gt;Jane Greenfield&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2015 09:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200082#M10719</guid>
      <dc:creator>JaneGreenfield</dc:creator>
      <dc:date>2015-08-16T09:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200083#M10720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the ESTIMATE statement, using the same sort of code you used to implement the CONTRAST statement?&amp;nbsp; The ESTIMATE statement allows for multiple comparisons, and thus allows for post-hoc adjustment for multiple comparisons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is untried, as I haven't tried doing this with a multinomial response model.&amp;nbsp; It works well with the other distributions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at Example 44.13 in the SAS/STAT 13.2 documentation--Response Surface Comparisons with Multiplicity Adjustments.&amp;nbsp; Down towards the end is some example code where the ESTIMATE statement is used for post hoc comparisons, using the simulate adjustment of Edwards and Berry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 12:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200083#M10720</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-17T12:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200084#M10721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I didn’t want to reply in haste; I thought I should take some time to read more and figure out more about SAS and GLIMMIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my original post I was kind of hoping that my GLIMMIX code will be torn apart because I am very new to this and don’t know all the options to be confident enough in the options I have chosen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To simplify my case, I have made my DV binomial, so instead of a 0,1, or 2 score, it is a ‘score ‘ (2 and 1 =1) or no ‘score’ (0). This will enable me to use the LSMEANS and SPLICEDIFF, which I have done successfully. However, there are a few things I am really confused about and hoping you can help clear up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to use the Type 3 fixed effects as a global test of my hypothesis and LSMEANS comparisons to test the specific relationships between my variables. From what I have gathered in the discussion forum (albeit in a study design different from mine), it is best to use the Solutions for Fixed Effects. Will this apply in my case? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With my new code (I have to include the other IVs in the class statement to be able to get LSMEANS for them), the Solutions for Fixed Effects is giving me a more detailed output at the variable level. In my training (far from SAS/GLIMMIX), for my study design you first look for a global effect, only on the condition that there is a significant global effect do you look for specific effects. Is the Type 3 Test this global effect and Solutions for Fixed Effects the specific effects? And the LSMEANS is used to further test other specific comparisons? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Solution for Fixed Effects, I am only getting results for variable level -1, I had thought this was a problem but apparently this is standard? If I do use the Solutions for Fixed Effect I am really confused on how to interpret it . For instance, SES in my data has four levels, so I have results for levels 1 to 3, what do I say about level 4? Are the figures on the row of SES level 3 comparisons between 3 and 4, and so forth? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, how important is it that I should report a table of my model building process? I ask this question because with the addition of all my IVs in the class statement, I no longer have neat single variable estimate and SE for each IV in the Solutions for Fixed Effects table, but have estimates for all the levels. I wanted this table to have the values for the global effects so I can write about the specific effects, given that, at least in APA standard, you either present in a table or write about it, but not both. `&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for all this questions, I have tried figuring it out myself but with the time constraint and pressure, the more I search the more confused I get. When this is over I will start learning about SAS from the fundamentals. I have included my final code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc glimmix data=work.ses2 method=laplace noclprint;&lt;/P&gt;&lt;P&gt;Class gender ses question;&lt;/P&gt;&lt;P&gt;Model bi_res=gender ses question gender*question/ dist=binomial &lt;/P&gt;&lt;P&gt;link=logit solution cl oddsratio(diff=first label);&lt;/P&gt;&lt;P&gt;Random intercept / type=vc solution cl;&lt;/P&gt;&lt;P&gt;Covtest / wald;&lt;/P&gt;&lt;P&gt;lsmeans gender*question /slice=question slicediff=question adjust=bon; &lt;/P&gt;&lt;P&gt;ods select slicediffs; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above lsmeans is to investigate the difference between questions according to gender and the lsmean below is to investigate the difference between ses according to gender. There are ten different tests, therefore I will be using a p value of 0.05/10 to determine statistical significance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc glimmix data=work.ses2 method=laplace noclprint;&lt;/P&gt;&lt;P&gt;Class gender ses question;&lt;/P&gt;&lt;P&gt;Model bi_res=gender ses question gender*ses/ dist=binomial &lt;/P&gt;&lt;P&gt;link=logit solution cl oddsratio(diff=first label);&lt;/P&gt;&lt;P&gt;Random intercept / type=vc solution cl;&lt;/P&gt;&lt;P&gt;Covtest / wald;&lt;/P&gt;&lt;P&gt;lsmeans gender*ses /slice=ses slicediff=ses adjust=bon; &lt;/P&gt;&lt;P&gt;ods select slicediffs; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jane greenfield.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 12:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200084#M10721</guid>
      <dc:creator>JaneGreenfield</dc:creator>
      <dc:date>2015-08-19T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200085#M10722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remarkably good for code, especially if you are just getting started.&amp;nbsp; I'll get to some minor changes later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I am a firm believer in Type III tests.&amp;nbsp; The Solution for Fixed Effects table isn't truly global, as at least one level of every class variable and the resultant interaction variables are set to zero.&amp;nbsp; In my book, it is a "nice to have" thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, as far as code--you could combine the two analyses into one, and use the simple effect comparisons (slicediff) to get everything in one run.&amp;nbsp; Also, you could add the ilink and oddsratio options to the lsmeans statement, to get something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc glimmix data=work.ses2 method=laplace noclprint;&lt;/P&gt;&lt;P&gt;Class gender ses question;&lt;/P&gt;&lt;P&gt;Model bi_res=gender ses question gender*ses gender*question/ dist=binomial &lt;/P&gt;&lt;P&gt;link=logit solution cl oddsratio(diff=first label);&lt;/P&gt;&lt;P&gt;Random intercept / subject= question type=vc solution cl;&lt;/P&gt;&lt;P&gt;/* This is the one area I am not sure about from your design. This approach considers the questions to be uncorrelated measures.&amp;nbsp; If that is the case, and since you have them as fixed effects as well, you may be able to drop this.&amp;nbsp; If however you believe them to be correlated in some way, you may want to change to type=un or something of the sort */&lt;/P&gt;&lt;P&gt;Covtest / wald;&lt;/P&gt;&lt;P&gt;lsmeans gender*ses /slice=ses slicediff=ses adjust=bon ilink oddsratio;&lt;/P&gt;&lt;P&gt;lsmeans gender*question /slice=question slicediff=question adjust=bon ilink oddsratio;&lt;/P&gt;&lt;P&gt;ods select slicediffs; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the Bonferroni adjustment is probably too conservative.&amp;nbsp; Consider replacing adjust=bon with adjust=simulate adjdfe=row, for the method that best preserves both power and family wise error rates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 14:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200085#M10722</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-19T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200086#M10723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #454545;"&gt;Hi Steve,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #454545;"&gt;Thanks for your time and help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #454545;"&gt;I have updated my code according to your suggestions. The levels in the ‘question’ variable are correlated, therefore I used type=un. When I run the code however there are no values for ‘question’ in the Type III tests. The values appear when I remove “subject=question” from the random statement. Are there any serious ramifications for removing this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #454545;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.0pt; font-family: 'Helvetica Neue'; color: #454545;"&gt;Jane Greenfield.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 21:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200086#M10723</guid>
      <dc:creator>JaneGreenfield</dc:creator>
      <dc:date>2015-08-19T21:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200087#M10724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;If:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; participant is the replicating factor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; each participant is associated with one level of gender and one level of ses&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; each participant responds to all six question types &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the response is binary&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: arial, helvetica, sans-serif;"&gt;then consider this model. It uses a different subject in the random statement which might be more successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;proc glimmix data=work.ses2 method=laplace;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class gender ses question participant;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; model bi_res= gender ses question &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gender*ses gender*question ses*question &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gender*ses*question&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / dist=binomial link=logit solution cl oddsratio(diff=first label);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *random intercept / subject=participant(gender ses);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; random question / subject=participant(gender ses) type=chol;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; covtest diagr;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsmeans gender*question / ilink plot=meanplot(join cl sliceby=gender) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; slice=(question gender) slicediff=(question gender)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-position: initial;"&gt;adjust=simulate(seed=12345);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsmeans ses*question / ilink plot=meanplot(join cl sliceby=ses) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; slice=(question ses) slicediff=(question ses) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-position: initial;"&gt;adjust=simulate(seed=12345);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lsmeans gender*ses*question / ilink plot=meanplot(join cl sliceby=gender&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plotby=question);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Consolas;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;The second random statement accommodates correlated questions. The first random statement is commented out because it is subsumed in the second random statement. But if the covtest result indicates a lack of covariance among questions, then you could use the first random statement and omit the second random statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;The second random statement could use type=un if type=chol does not work well. You need enough participants to successfully estimate an unstructured covariance matrix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;The second random statement might benefit from the addition of the residual option, if the current syntax doesn’t work well. Theoretically not, but sometimes practically so in my experience.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;Pairwise mean comparisons are very useful to compare levels of main effects, and might be useful to sort out two-way interactions, but are much less useful for three-way interactions (so I haven't included pairwise comparisons for the 3-way interaction means). I usually examine the interaction plots and determine what (if any) post-hoc contrasts (typically multiple degrees of freedom contrasts) make sense in the context of the particular study. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;Clearly I haven’t tested this code so I can’t guarantee anything. You can let me know!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"&gt;Susan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 04:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200087#M10724</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2015-08-21T04:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200088#M10725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sweet code, Susan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 13:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200088#M10725</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-21T13:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200089#M10726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Steve. I incorporated your suggestions, and hope that Jane notes that she can add what I didn't (like the oddsratio option); I don't mean to imply by omission that they are not valid or useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm remembering another thread in which you addressed conditional versus marginal estimates, and along that line I'll add that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; random question / subject=participant(gender ses) type=chol;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;produces conditional estimates, while&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; random question / subject=participant(gender ses) type=chol residual;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;produces marginal estimates. As you've said elsewhere and previously, both are valid. Walt Stroup prefers conditional, I usually go that route if it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200089#M10726</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2015-08-21T14:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200090#M10727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also prefer the conditional estimates, when I can get them.&amp;nbsp; Mostly to get IC's that are meaningful for model or covariance structure comparisons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But marginal estimates, while biased, are more likely to converge and lots of people in other fields think of GEE's which are marginal models.&amp;nbsp; The advantage of actually having a converged model is probably why Larry Madden ( @lvm) has been such a strong proponent for that approach.&amp;nbsp; Applying Box's maxim: All models are wrong, but some models are useful.&amp;nbsp; A model that converges is certainly more useful than one that has algorithm problems, and my experience with multinomial distributions is that if there is a sure way to run into odd algorithm behavior, it involves multinomials.&amp;nbsp; And that is true whether it is SAS or Stata or R or S-Plus or MATLAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:47:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200090#M10727</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-08-21T14:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200091#M10728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susan (and Steve),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help. I ran the code successfully, albeit with the omission of the second random statement because when I included it all my F and t values in the Type III and parameter estimates table were at infinity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing , if the data is multinomial, apart from dist=mult and link=clogit, how would you write the rest of the code? Particularly to get simple effect comparisons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With gratitude,&lt;/P&gt;&lt;P&gt;Jane Greenfield.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200091#M10728</guid>
      <dc:creator>JaneGreenfield</dc:creator>
      <dc:date>2015-08-21T15:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200092#M10729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This link points to pages in the text &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;Generalized Linear Mixed Models...&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; by Walt Stroup.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://tinyurl.com/q44spl5" style="font-size: 10pt; line-height: 1.5em;"&gt;http://tinyurl.com/q44spl5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 13.2 addresses a generalized logit using GLIMMIX and the ESTIMATE statement, which &lt;A __default_attr="455729" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; has suggested in one of his comments above. Example 13.1 on pp 401-404 addresses the cumulative logit. I haven't been able to trick Google books into showing those pages. But if you go to the CRC Press page for &lt;A href="https://www.crcpress.com/Generalized-Linear-Mixed-Models-Modern-Concepts-Methods-and-Applications/Stroup/9781439815120" title="https://www.crcpress.com/Generalized-Linear-Mixed-Models-Modern-Concepts-Methods-and-Applications/Stroup/9781439815120"&gt;Generalized Linear Mixed Models: Modern Concepts, Methods and Applications - CRC Press Book&lt;/A&gt;&amp;nbsp; and click Downloads/Updates, unzip, and look in the "All Examples by Chapter" folder and Ch_13 subfolder, you'll find code (including the data) using GLIMMIX in the "Data_Set_13_1_with_individual_datalines.sas" file for both the clogit and glogit models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked much with multinomial models (especially mixed) but here's my stab at post-hoc pairwise comparisons among TRTs (simple effect comparisons), starting with Walt's example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: navy; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;glimmix&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;=indiv_data_multinom;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; blk trt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; rating=trt/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;dist&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;=multinomial &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;solution&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;oddsratio&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept / &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;=blk &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;solution&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: green; background: white;"&gt;/* Predicted values for each rating in each TRT,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: green; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the inverse-link value for c=2 is 1-(c0 + c1) */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;estimate&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=0, t=0'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=1, t=0'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=0, t=1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=1, t=1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=0, t=2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=1, t=2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=0, t=3'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=1, t=3'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=0, t=4'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=1, t=4'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=0, t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'c=1, t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; intercept &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; / &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;ilink&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;bycat&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: green; background: white;"&gt;/* Pairwise comparisons among TRTs with adjusted p-values */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;estimate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=0 == t=1'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=0 == t=2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=0 == t=3'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=0 == t=4'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=0 == t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=1 == t=2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=1 == t=3'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=1 == t=4'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=1 == t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=2 == t=3'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=2 == t=4'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=2 == t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=3 == t=4'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=3 == t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: purple; background: white;"&gt;'t=4 == t=5'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; trt &lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; -&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt; / &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;adjust&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;=simulate(seed=&lt;/SPAN&gt;&lt;SPAN style="color: teal; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;12345&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: blue; background: white;"&gt;adjdfe&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;=row;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: navy; background: white; font-size: 9.0pt; font-family: 'SAS Monospace';"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'SAS Monospace'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a lot more thought and a lot more coding, you could work up pertinent contrasts involving two factors (e.g., ses and question). The task would be easier in the absence of significant interactions &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 21:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200092#M10729</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2015-08-26T21:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Post-Hoc Tests for Multinomial Data Using Glimmix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200093#M10730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Susan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 15:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Post-Hoc-Tests-for-Multinomial-Data-Using-Glimmix/m-p/200093#M10730</guid>
      <dc:creator>JaneGreenfield</dc:creator>
      <dc:date>2015-08-28T15:12:57Z</dc:date>
    </item>
  </channel>
</rss>

