<?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: split-split-plot design with multi year data in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318335#M61858</link>
    <description>no, new site new trial each year.</description>
    <pubDate>Mon, 12 Dec 2016 17:55:36 GMT</pubDate>
    <dc:creator>llm1</dc:creator>
    <dc:date>2016-12-12T17:55:36Z</dc:date>
    <item>
      <title>split-split-plot design with multi year data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318319#M61856</link>
      <description>&lt;P&gt;how to analyze data from a split-split-plot design with multi years? Would the following code work?&lt;/P&gt;&lt;P&gt;wc is whole plot factor, n is the sub plot factor, and sr is the sub-sub plot factore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data=file2;&lt;/P&gt;&lt;P&gt;class year rep wc n sr;&lt;/P&gt;&lt;P&gt;model plants=rep year*rep year|wc|n|sr;&lt;/P&gt;&lt;P&gt;random year*rep*wc year*rep*wc*n;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 16:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318319#M61856</guid>
      <dc:creator>llm1</dc:creator>
      <dc:date>2016-12-12T16:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: split-split-plot design with multi year data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318331#M61857</link>
      <description>&lt;P&gt;Same plots from year to year, so that these are repeated measures in time as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At least remove rep from the model statement, and move to a RANDOM statement. &amp;nbsp;Maybe something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=file2;
class year rep wc n sr;
model plants= year|wc|n|sr;
random intercept year year*wc year*wc*n/subject=rep;
repeated year/type=un subject=rep;
run;;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 17:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318331#M61857</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-12-12T17:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: split-split-plot design with multi year data</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318335#M61858</link>
      <description>no, new site new trial each year.</description>
      <pubDate>Mon, 12 Dec 2016 17:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/split-split-plot-design-with-multi-year-data/m-p/318335#M61858</guid>
      <dc:creator>llm1</dc:creator>
      <dc:date>2016-12-12T17:55:36Z</dc:date>
    </item>
  </channel>
</rss>

