<?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: A mixed split-plot analysis with repeated measures and nested factor?? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130531#M6836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I now realize that this is not a repeated measures analysis since we did not measure the 4 subplots at 3 different sampling dates, but we had 12 subplots within the plots and we measured 4 of them at each of the 3 sampling dates. Thus, main plot factor is treatment A, subplot factors are treatment B and C and time (sampling date) has to be regarded as sub-sub-plot??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 08:47:41 GMT</pubDate>
    <dc:creator>Tetrix</dc:creator>
    <dc:date>2013-03-08T08:47:41Z</dc:date>
    <item>
      <title>A mixed split-plot analysis with repeated measures and nested factor??</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130530#M6835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;A study was conducted in 10 locations (random). In each location we have 5 blocks (random). Within each block we have 3 plots with treatment A (3 levels). Within each plot we have two factors B and C in every combination (full-factorial) which have two levels each - resulting in 4 subplots within each plot. Every subplot was measured 3 times over several weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion:&lt;/P&gt;&lt;P&gt;-block should be nested within site&lt;/P&gt;&lt;P&gt;- the subplots within the plots result in a split-plot design&lt;/P&gt;&lt;P&gt;- the 3 measurements require a repeated-measures ANOVA&lt;/P&gt;&lt;P&gt;Right? Wrong? Does anybody has an idea how to write the model in SAS?&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 21:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130530#M6835</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-03-07T21:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: A mixed split-plot analysis with repeated measures and nested factor??</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130531#M6836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I now realize that this is not a repeated measures analysis since we did not measure the 4 subplots at 3 different sampling dates, but we had 12 subplots within the plots and we measured 4 of them at each of the 3 sampling dates. Thus, main plot factor is treatment A, subplot factors are treatment B and C and time (sampling date) has to be regarded as sub-sub-plot??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 08:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130531#M6836</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-03-08T08:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: A mixed split-plot analysis with repeated measures and nested factor??</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130532#M6837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with the last statement.&amp;nbsp; This now looks like a split-split plot.&amp;nbsp; A good source for code would be SAS for Mixed Models, 2nd ed. by Littell et al.&amp;nbsp; If you don't have access to a copy, just think about writing the random statements so that the proper degrees of freedom/observational units are represented.&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, 08 Mar 2013 12:48:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130532#M6837</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-03-08T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: A mixed split-plot analysis with repeated measures and nested factor??</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130533#M6838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Steve! We do not longer consider "location" as random since they are not chosen randomly but represent a certain gradient. Thus, the random statement includes block(site) and block(Site)*treatment A.&lt;/P&gt;&lt;P&gt;I have calculated the model in Proc Mixed but for the F-values of Location, Block(Site), Treatment A and the correspodning interactions i've got 0 (zero) error df and therefore no P-values! Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Mixed;&lt;/P&gt;&lt;P&gt;class site block treatment_A treatment_B treatment_C sampling;&lt;/P&gt;&lt;P&gt;model trans =&lt;/P&gt;&lt;P&gt;site&lt;/P&gt;&lt;P&gt;block(site)&lt;/P&gt;&lt;P&gt;treatment&lt;/P&gt;&lt;P&gt;treatment*site&lt;/P&gt;&lt;P&gt;treatment_A*block(site)&lt;/P&gt;&lt;P&gt;treatment_C&lt;/P&gt;&lt;P&gt;treatment_C*site&lt;/P&gt;&lt;P&gt;treatment_B&lt;/P&gt;&lt;P&gt;treatment B*site&lt;/P&gt;&lt;P&gt;sampling&lt;/P&gt;&lt;P&gt;sampling*site&lt;/P&gt;&lt;P&gt;treatment C*treatment&lt;/P&gt;&lt;P&gt;treatment C*treatment*site&lt;/P&gt;&lt;P&gt;treatment B*treatment&lt;/P&gt;&lt;P&gt;treatment B*treatment*site&lt;/P&gt;&lt;P&gt;sampling*treatment&lt;/P&gt;&lt;P&gt;sampling*treatment*site&lt;/P&gt;&lt;P&gt;treatment C*treatment B&lt;/P&gt;&lt;P&gt;treatment C*treatment B*site&lt;/P&gt;&lt;P&gt;treatment C*sampling&lt;/P&gt;&lt;P&gt;treatment C*sampling*site&lt;/P&gt;&lt;P&gt;treatment B*sampling&lt;/P&gt;&lt;P&gt;treatment B*sampling*site&lt;/P&gt;&lt;P&gt;treatment C*treatment B*treatment&lt;/P&gt;&lt;P&gt;treatment C*treatment B*treatment*site&lt;/P&gt;&lt;P&gt;treatment C*treatment B*sampling&lt;/P&gt;&lt;P&gt;treatment C*treatment B*sampling*site&lt;/P&gt;&lt;P&gt;treatment C*treatment*sampling&lt;/P&gt;&lt;P&gt;treatment C*treatment*sampling*site&lt;/P&gt;&lt;P&gt;treatment B*treatment*sampling&lt;/P&gt;&lt;P&gt;treatment B*treatment*sampling*site&lt;/P&gt;&lt;P&gt;treatment C*treatment B*treatment*sampling&lt;/P&gt;&lt;P&gt;treatment C*treatment B*treatment*site;&lt;/P&gt;&lt;P&gt;random block(site) treatment*block(site);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got F-avlues for all factors and interactions but 0 error df for site block(site) treatment A (and interactions)...help needed! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 19:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130533#M6838</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-03-08T19:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: A mixed split-plot analysis with repeated measures and nested factor??</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130534#M6839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing all of the block related terms from the model statement.&amp;nbsp; PROC MIXED differs from GLM in that only the fixed effect terms should appear in the model statement.&amp;nbsp; With the parameterization you present, I would suspect that there are insufficient observations to get valid tests.&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, 11 Mar 2013 11:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130534#M6839</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-03-11T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: A mixed split-plot analysis with repeated measures and nested factor??</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130535#M6840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Argh, the same mistake every time I use Proc Mixed!!&amp;nbsp; I have more than 3000 replicates... and now everything is fine!! Thank you, Steve!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 20:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/A-mixed-split-plot-analysis-with-repeated-measures-and-nested/m-p/130535#M6840</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-03-11T20:00:56Z</dc:date>
    </item>
  </channel>
</rss>

