<?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: non-parametrical 2 way Anova/mixed model with multiple comparisons in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846352#M41894</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;I have data of a rather dichotomous character which can’t be transformed into a Gaussian distribution and would therefore violate the assumptions of a regular ANOVA/mixed model analysis.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume these dichotomous character variables are predictor variables. ANOVA does not require predictor variables to have a Gaussian distribution. No transformation is needed. Everything you are trying to do can be done in ANOVA without violating assumptions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=have;
    class endpoint treatment;
    model billirubin = endpoint treatment;
run; 
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 25 Nov 2022 16:52:27 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-11-25T16:52:27Z</dc:date>
    <item>
      <title>non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846350#M41893</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Community, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know of any option to do a non-parametric kind of 2way Anova/mixed model analysis with the&amp;nbsp;option&amp;nbsp;for multiple comparisons and an adequate&amp;nbsp;adjustment? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have data of a rather dichotomous character which can’t be transformed into a Gaussian distribution and would therefore violate the assumptions of a regular ANOVA/mixed model analysis. I have measured Bilirubin at 5 Endpoints (28d, 31d, 35d, 42d and 56d) on two treatment levels (control, treatment). Its not a repeated measurements design but different subjects at each endpoint respectively. You will find a quick plot of the data attached to get a better understanding how the data are structured, as well as a QQ Plot and the studentized residuals.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;best Moritz&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="normal-quantile plot" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77717i88F04AA1BD509BEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2022-11-25 um 15.56.16.png" alt="normal-quantile plot" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;normal-quantile plot&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="bili vs. endpoint by group" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77718i08A9DB87CE5E9FB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2022-11-25 um 16.00.09.png" alt="bili vs. endpoint by group" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;bili vs. endpoint by group&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="studentized residuals" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77719i93385A7BAC304129/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2022-11-25 um 16.41.55.png" alt="studentized residuals" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;studentized residuals&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 16:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846350#M41893</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-25T16:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846352#M41894</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;I have data of a rather dichotomous character which can’t be transformed into a Gaussian distribution and would therefore violate the assumptions of a regular ANOVA/mixed model analysis.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume these dichotomous character variables are predictor variables. ANOVA does not require predictor variables to have a Gaussian distribution. No transformation is needed. Everything you are trying to do can be done in ANOVA without violating assumptions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=have;
    class endpoint treatment;
    model billirubin = endpoint treatment;
run; 
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Nov 2022 16:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846352#M41894</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-25T16:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846361#M41895</link>
      <description>&lt;P&gt;Dear Paige,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bilirubin was measured in blood-samples at the respective endpoints and should be a continuous response variable and not a predictor variable, it just shows a rather dichotomous distribution, because the values are either very high in response to the treatment or very low in the control group. And the distribution of the residuals of the response variable must be specified, doesn't it?&lt;/P&gt;&lt;P&gt;Maybe my explanation above was not specific enough or I misunderstood something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I measured some other values, for instance cytokines that showed a logN distribution as expected. Those were analyzed using PROC GLIMMIX as shown below. I am looking for an alternativ if the distribution is unknown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best Moritz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc glimmix data=my_data;
Class group Endpoint;
Model measured_value = Group Endpoint Group*Endpoint /dist=logN
									ddfm=kr2;
Random _resid_ /group=Group;
covtest homogeneity;
output out=resids resid=r;

LSMeans Group*Endpoint/ slicediff=Endpoint
		adjust=sim
		stepdown(type=logical)
		adjdfe=row lines
		plot=meanplot(sliceby=group join cl);
	
run;

Proc univariate data=resids normaltest;
var r;
qqplot;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 18:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846361#M41895</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-25T18:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846368#M41896</link>
      <description>&lt;P&gt;Response variables do not have to have a Gaussian distribution either. The errors have to be Gaussian. You will notice that in the code I provided above, billirubin was the response variable. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2018/08/27/on-the-assumptions-and-misconceptions-of-linear-regression.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The fact that the values of Y vary greatly based upon treatment or control group can be accounted for in the model by including treatment into the model.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 19:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846368#M41896</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-25T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846387#M41897</link>
      <description>&lt;P&gt;Hey Paige, thanks again for helping me to sort this out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As stated in the article you need to check the residuals for approximate normality. And that is what I did. Please forgive me the sloppy simplification to state that my data are not gaussian. But to demonstrate the non-normality of the residuals I provided a residual normal quantile plot. To my mind it looks like a systematic deviation and not a random scatter, you will find the tests for normality of the residuals attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course treatment was included into the model in terms of the group variable (the groups are 'control' and 'treatment').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best Moritz&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-11-25 um 22.58.20.png" style="width: 658px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77724i5F5E1082FBFAF2C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-11-25 um 22.58.20.png" alt="Bildschirmfoto 2022-11-25 um 22.58.20.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-11-25 um 22.53.45.png" style="width: 423px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77723i819092983E79177C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-11-25 um 22.53.45.png" alt="Bildschirmfoto 2022-11-25 um 22.53.45.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 22:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846387#M41897</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-25T22:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846391#M41898</link>
      <description>&lt;P&gt;That's good, we now see that the residuals are not normally distributed. Once again, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; has the explanation: &lt;A href="https://blogs.sas.com/content/iml/2022/08/17/box-cox-regression.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2022/08/17/box-cox-regression.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 23:28:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846391#M41898</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-25T23:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846406#M41899</link>
      <description>" a non-parametric kind of 2way Anova"&lt;BR /&gt;Maybe you could make a new variable like:&lt;BR /&gt;new=catx('|',sex,age);&lt;BR /&gt;And using one way non-parameter &lt;BR /&gt;proc npar1way wilcoxon ;&lt;BR /&gt;class new;&lt;BR /&gt;var .....&lt;BR /&gt;run;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Nov 2022 04:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846406#M41899</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-11-26T04:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846421#M41900</link>
      <description>&lt;P&gt;Its not that I haven't tried box-cox yet, but I like the concept of using box-cox to get an idea of the next best distribution. After using the suggested code as displayed:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc sql noprint;                              
 select 1-min(bili) into :c trimmed from my_data;
quit;
%put &amp;amp;=c;
 
proc transreg data=my_data ss2 details plots=(boxcox);
   model BoxCox(bili / parameter=&amp;amp;c geometricmean 
                         convenient lambda=-2 to 2 by 0.05) = identity( group | Endpoint);
   output out=TransOut residual;
run;

proc univariate data=TransOut(keep=Rbili);
   histogram Rbili / normal kernel;
   qqplot Rbili / normal(mu=est sigma=est) grid;
   ods select histogram qqplot GoodnessOfFit Moments;
run;&lt;/PRE&gt;&lt;P&gt;I got the following results which still do not look 'normal enough' do they?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to get this right, if the box-cox CONVIENIENT option would have suggested for instance a Lamda=0 and the residuals would have been approximately normal, lets say everything p&amp;gt;0.01, I could have used the parametric approach with dist=logN?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-11-26 um 17.05.29.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77728iD7D80CC67B577D3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-11-26 um 17.05.29.png" alt="Bildschirmfoto 2022-11-26 um 17.05.29.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-11-26 um 17.05.51.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77730i8A7A31D5A09BD3CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-11-26 um 17.05.51.png" alt="Bildschirmfoto 2022-11-26 um 17.05.51.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2022-11-26 um 17.06.04.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77729iBC1BCB82B32DA6BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2022-11-26 um 17.06.04.png" alt="Bildschirmfoto 2022-11-26 um 17.06.04.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 16:18:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846421#M41900</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-26T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846425#M41901</link>
      <description>&lt;P&gt;It may be that there are no obvious transformations that turn your data into something that has close to normal errors.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 16:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846425#M41901</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-26T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846428#M41902</link>
      <description>Hey ksharp,&lt;BR /&gt;&lt;BR /&gt;Thanks for helping me! Already thought about that, but hoped that there is a more elegant way.&lt;BR /&gt;&lt;BR /&gt;Best Moritz&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Nov 2022 18:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846428#M41902</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-26T18:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846436#M41903</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;It may be that there are no obvious transformations that turn your data into something that has close to normal errors.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Seems that a sentence of mine never made it ... I want to add that if you can determine what distribution is a better fit than the normal distribution, you can use PROC GLIMMIX (if that distribution is available in PROC GLIMMIX).&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 20:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846436#M41903</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-26T20:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846441#M41904</link>
      <description>So which sentence are you referring to?&lt;BR /&gt;&lt;BR /&gt;And if there is no transformation to turn my data into something with close to normal errors, aren’t we eventually back at my initial question if there is any non-parametric alternative?&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Nov 2022 22:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846441#M41904</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-26T22:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846442#M41905</link>
      <description>&lt;P&gt;I added the sentence ... in my previous reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So here is some code for non-parametric two-way ANOVA.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/ex_code/121/friedman.html" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/stat/ex_code/121/friedman.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 22:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846442#M41905</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-11-26T22:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: non-parametrical 2 way Anova/mixed model with multiple comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846617#M41914</link>
      <description>Thanks for your effort, Paige!</description>
      <pubDate>Mon, 28 Nov 2022 15:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/non-parametrical-2-way-Anova-mixed-model-with-multiple/m-p/846617#M41914</guid>
      <dc:creator>muhlig</dc:creator>
      <dc:date>2022-11-28T15:04:29Z</dc:date>
    </item>
  </channel>
</rss>

