<?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: PROC MIXED and non normal data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/855487#M42293</link>
    <description>&lt;P&gt;I want to resurrect this topic if you don't mind. According to SAS documentation&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_mixed_overview.htm" target="_self"&gt; Overview PROC MIXED&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The primary assumptions underlying the analyses performed by PROC MIXED are as follows:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;U&gt;The data are normally distributed&lt;/U&gt; (Gaussian).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The means (expected values) of the data are linear in terms of a certain set of parameters.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The variances and covariances of the data are in terms of a different set of parameters, and they exhibit a structure matching one of those available in PROC MIXED."&amp;nbsp;Here it states explicitly "the data" not "the residuals".&amp;nbsp; Anyone care to elaborate?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 24 Jan 2023 22:32:41 GMT</pubDate>
    <dc:creator>Kip1</dc:creator>
    <dc:date>2023-01-24T22:32:41Z</dc:date>
    <item>
      <title>PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119188#M6233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have non normal data to analyse using a repeated measures model. I schedule to use PROC MIXED on rank transformed data. Is it a good methodology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 11:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119188#M6233</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2012-11-07T11:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119189#M6234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done this. Generate the ranks separately by time point. But, if you are analyzing the ranks using PROC MIXED, beware of unbalanced data.&amp;nbsp; If you have 20 observations at the first time point, and only 10 at some later time point, there is no way the mean ranks at each time could be equal.&amp;nbsp; Look up Friedman's Test on Google as an example of repeated measures on ranks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, the assumption in PROC MIXED about normality applies to the normality of the residuals, not of the data itself.&amp;nbsp; For example, if you plotted the data and saw a bi-modal distribution, you would assume that the distribution is non-normal.&amp;nbsp; Drill a little deeper, and it might be that you have an unaccounted for covariate (say gender) that leads to two peaks.&amp;nbsp; If you can identify the process that generates the errors/residuals, you could specify the distribution and use PROC GLIMMIX.&amp;nbsp; This is especially the case for errors from various exponential family distributions.&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, 07 Nov 2012 13:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119189#M6234</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-11-07T13:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119190#M6235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many issues to consider when analyzing factorials (including repeated measures) using ranks. By definition, the ranks will have unequal variances, and an unstructured covariance matrix.&amp;nbsp; Full details, including SAS code, can be found in the book:&lt;/P&gt;&lt;P&gt;Brunner, E., Domhof, S., Langer, F. 2002. Nonparametric Analysis of Longitudinal Data in Factorial Experiments. Wiley Publ.&lt;/P&gt;&lt;P&gt;Without taking some precautions in the analysis, you will get grossly inflated type I errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 14:00:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119190#M6235</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2012-11-07T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119191#M6236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I definitely agree with this, and it is easy to see if you transform all observations to ranks.&amp;nbsp; However, with equal observations at each time point, and computing ranks separately at each time point, at least some of the concerns regarding unequal variances is addressed (i.e., for 20 observations per time point, the variance of the numbers 1 to 20 is asymptotically constant under a null of no group effect).&amp;nbsp; I'm not so sure about the covariances, though, and this gives me room to think about some of the analyses we have been doing.&amp;nbsp; Generally, autoregressive models have yielded lower information criterion values than the unstructured models, given the by-timepoint ranking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I am willing to wager that the OP's original question could be better answered by using GLIMMIX with a proper selection of error distribution.&amp;nbsp; I have never been a big fan of nonparametrics, going back to a FORTRAN program I wrote as an undergraduate to do Spearman correlation.&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, 07 Nov 2012 14:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119191#M6236</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2012-11-07T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119192#M6237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answers which give me helpful inormation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119192#M6237</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2012-11-13T15:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119193#M6238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Steve's idea to use GLIMMIX or possibly NLMIXED, after checking out the residuals from the models generated by MIXED. GLIMMIX has a lot of distributions and with NLMIXED - well, there's almost nothing you can't do. There was an interesting paper at the most recent NESUG on fitting W shaped distributions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 11:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119193#M6238</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2012-11-16T11:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119194#M6239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find some answers to your question in the following papers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;Akritas, M. G., Arnold, S. F. and Brunner, E. (1997). Nonparametric hypotheses &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;and rank statistics for unbalanced factorial designs. &lt;EM&gt;Journal of the American&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt;Statistical Association&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif';"&gt; &lt;STRONG&gt;92&lt;/STRONG&gt;, 258-265.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Brunner, E. and Puri, M.L. (2001). Nonparametric&amp;nbsp; Methods in Factorial Designs. &lt;EM&gt;Statistical Papers&lt;/EM&gt;&lt;STRONG&gt; 42&lt;/STRONG&gt;, 1-52.&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Shah, D.A. and Madden, L.V. (2004).&amp;nbsp; Nonparametric&amp;nbsp; Analysis of Ordinal Data in Designed Factorial Experiments.&amp;nbsp; &lt;EM&gt;Phytopathology &lt;/EM&gt;&lt;STRONG&gt;94&lt;/STRONG&gt;, 33-43. Electronic Appendix:&amp;nbsp; Instructions on the Use of Software and Applications (e-extra).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 12:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/119194#M6239</guid>
      <dc:creator>Edgar_Brunner</dc:creator>
      <dc:date>2015-06-01T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC MIXED and non normal data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/855487#M42293</link>
      <description>&lt;P&gt;I want to resurrect this topic if you don't mind. According to SAS documentation&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_mixed_overview.htm" target="_self"&gt; Overview PROC MIXED&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The primary assumptions underlying the analyses performed by PROC MIXED are as follows:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;U&gt;The data are normally distributed&lt;/U&gt; (Gaussian).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The means (expected values) of the data are linear in terms of a certain set of parameters.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The variances and covariances of the data are in terms of a different set of parameters, and they exhibit a structure matching one of those available in PROC MIXED."&amp;nbsp;Here it states explicitly "the data" not "the residuals".&amp;nbsp; Anyone care to elaborate?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jan 2023 22:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-MIXED-and-non-normal-data/m-p/855487#M42293</guid>
      <dc:creator>Kip1</dc:creator>
      <dc:date>2023-01-24T22:32:41Z</dc:date>
    </item>
  </channel>
</rss>

