<?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: MANCOVA mixed model by sas in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294509#M15686</link>
    <description>&lt;P&gt;I have exactly the same problem. Does anyone have a solution to this for SAS?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2016 19:17:01 GMT</pubDate>
    <dc:creator>lgwaters</dc:creator>
    <dc:date>2016-08-26T19:17:01Z</dc:date>
    <item>
      <title>MANCOVA mixed model by sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/29468#M1190</link>
      <description>I meet a MANCOVA mixed model by sas of question.&lt;BR /&gt;
  Here, fruit_set and seed_set as two dependent variables, with pollination_treatment as fixed effect, year as a random factor, with plot_density as covariate. I could not to write this sas program. Could you help me to do it, thanks advance to you!&lt;BR /&gt;
  In fact, because fruit_set(ratio of fruit to flowers per plant) and seed_set (ratio of seed to ovules per flower) may be intercorrelated, so I have to select MANCOVA. &lt;BR /&gt;
  If just one dependent variable, for example just fruit set, I write program by proc mixed, &lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  proc mixed data = abc;&lt;BR /&gt;
  class trt year;&lt;BR /&gt;
  model fruit_set = trt plot_density trt*plot_density;&lt;BR /&gt;
  random year year*trt year*trt*plot_density;&lt;BR /&gt;
  run;&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  or two dependent variables, but not a random effect, items of 'year' as a fixed effect, I write program by proc glm,&lt;BR /&gt;
  ------------------------&lt;BR /&gt;
  proc glm data = abc;&lt;BR /&gt;
  class trt year;&lt;BR /&gt;
  model fruit_set seed_set = trt | year | plot_density;&lt;BR /&gt;
  manova h =_all_; &lt;BR /&gt;
  run;&lt;BR /&gt;
  ----------------------- &lt;BR /&gt;
  I try to write "MANCOVA mixed model" by proc mixed, but could not run in SAS!&lt;BR /&gt;
  ----------------------&lt;BR /&gt;
  proc mixed data=abc;&lt;BR /&gt;
  class trt year;&lt;BR /&gt;
  model frut_set seed_set = trt | plot_density; &lt;BR /&gt;
  random year year*trt year*trt*plot_density;&lt;BR /&gt;
  run;&lt;BR /&gt;
  ----------------------&lt;BR /&gt;
  Please help to revise my program "MANCOVA mixed model" or rewrite a new program, thanks advance!!!</description>
      <pubDate>Tue, 15 Mar 2011 02:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/29468#M1190</guid>
      <dc:creator>water</dc:creator>
      <dc:date>2011-03-15T02:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: MANCOVA mixed model by sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294509#M15686</link>
      <description>&lt;P&gt;I have exactly the same problem. Does anyone have a solution to this for SAS?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 19:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294509#M15686</guid>
      <dc:creator>lgwaters</dc:creator>
      <dc:date>2016-08-26T19:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: MANCOVA mixed model by sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294511#M15687</link>
      <description>&lt;P&gt;See if this blog post &lt;A href="http://blogs.sas.com/content/sastraining/2011/02/02/the-punchline-manova-or-a-mixed-model/" target="_self"&gt;"MANOVA or mixed model?"&lt;/A&gt;&amp;nbsp;answers your question. It mentions PROC MIXED &amp;nbsp;(REPEATED / SUBJECT=subject)&lt;/P&gt;
&lt;P&gt;and how to specify hypothesis tests that are analogoud to GLM's MANOVA statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, please post your GLM code.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 19:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294511#M15687</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-08-26T19:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: MANCOVA mixed model by sas</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294521#M15689</link>
      <description>&lt;P&gt;There are also previous discussions on this Stat Procs community board on this subject.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 20:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/MANCOVA-mixed-model-by-sas/m-p/294521#M15689</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-08-26T20:22:00Z</dc:date>
    </item>
  </channel>
</rss>

