<?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: Is there a way to do repeated measure MANOVA in sas? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190057#M9881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, u can have different number of repeated measures on different traits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 00:26:44 GMT</pubDate>
    <dc:creator>fishhead</dc:creator>
    <dc:date>2014-10-28T00:26:44Z</dc:date>
    <item>
      <title>Is there a way to do repeated measure MANOVA in sas?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190054#M9878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do repeated measure MANOVA using proc glm. The code that I wrote as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;proc glm data=a;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;model X1 X2 X3 X4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y1 Y2 Y3 Y4 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z1 Z2 Z3 = treatment / nouni solution;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;manova h=treatment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;repeated ......;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;by &lt;/SPAN&gt;_Imputation_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 measurements, X and Y were measured 4 times, Z was only measured 3 times. "treatment" has 2 levels: 0 vs 1.&lt;/P&gt;&lt;P&gt;The data has some missing value due to loss of follow up. I did multiple imputation using Proc MI with MCMC. I ended up having 5 complete data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(1) Can I do repeated measure MANOVA using Proc GLM with unbalanced outcomes (in this case, Z was only measured 3 times while X and Y measured 4 times)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(2) If Proc glm allows unbalanced outcomes, how can I specify "repeated" statement? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;(3) How do I &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;combine the inference drawn from 5 complete data sets? Do I just focus on the coefficient of "treatment" and see if p-value in the combined result &amp;lt; 0.05? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 20:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190054#M9878</guid>
      <dc:creator>sky1</dc:creator>
      <dc:date>2014-10-17T20:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to do repeated measure MANOVA in sas?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190055#M9879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be much better if you use PROC MIXED for your repeated measures, based on the information you supplied. Here is an old article, but it very nicely explains the transition from GLM to MIXED, and why GLM is not flexible enough for many applications. You have to change to a stacked data format.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ats.ucla.edu/stat/sas/library/mixedglm.pdf" title="http://www.ats.ucla.edu/stat/sas/library/mixedglm.pdf"&gt;http://www.ats.ucla.edu/stat/sas/library/mixedglm.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you get the hang of this, you would be ready to look at doubly repeated measures:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi29/188-29.pdf" title="http://www2.sas.com/proceedings/sugi29/188-29.pdf"&gt;http://www2.sas.com/proceedings/sugi29/188-29.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/187-31.pdf" title="http://www2.sas.com/proceedings/sugi31/187-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/187-31.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 20:26:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190055#M9879</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-10-17T20:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to do repeated measure MANOVA in sas?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190056#M9880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for the paper. I read the third paper and I think it's very helpful. I guess my question is if I have three measurements: X, Y ,Z. X was measured 4 times within individual, Y was measured 4 times within individual, Z was measured 3 times within individual. Can I still use random mixed model as this paper suggested? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 20:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190056#M9880</guid>
      <dc:creator>sky1</dc:creator>
      <dc:date>2014-10-19T20:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to do repeated measure MANOVA in sas?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190057#M9881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, u can have different number of repeated measures on different traits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Is-there-a-way-to-do-repeated-measure-MANOVA-in-sas/m-p/190057#M9881</guid>
      <dc:creator>fishhead</dc:creator>
      <dc:date>2014-10-28T00:26:44Z</dc:date>
    </item>
  </channel>
</rss>

