<?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 plot design in multiple locations with a repeated measurement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Split-plot-design-in-multiple-locations-with-a-repeated/m-p/931231#M366375</link>
    <description>&lt;P&gt;The three groups are split by a specific trait, and all receive the same intervention. So yes, it is similar to three different classrooms of students that each receive the same teaching intervention.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2024 11:24:03 GMT</pubDate>
    <dc:creator>tanakma5</dc:creator>
    <dc:date>2024-06-07T11:24:03Z</dc:date>
    <item>
      <title>Split plot design in multiple locations with a repeated measurement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Split-plot-design-in-multiple-locations-with-a-repeated/m-p/931200#M366357</link>
      <description>&lt;P&gt;I conducted a study for two years with two locations (fields) in the first year and two different locations (fields) in the second year for a total of 4 site-year combinations. At each location I have 4 blocks. Within each block is the whole plot of cover crop (3 factors) and a sublplot factor of N rate (3 factors). We took soil samples in each plot three times during the year.&lt;/P&gt;&lt;P&gt;My objective is to determine how different cover crop and N rate treatments affect various soil measurements and if that varies by sample timing and/or the site and year combinations. Below is the code I have so far. I am not sure if it is correct or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc mixed data = CCSHCorn1   covtest plots = studentpanel ; 
              class block siteyear sampletiming covercrop nratecat ;
              model activeC =siteyear|covercrop|nratecat|sampletiming /ddfm=kr2;
              random   block block(siteyear) covercrop*block(siteyear) ;
			  repeated sampletiming/subject=block(covercrop*nratecat)type=un;
              lsmeans siteyear*covercrop*nratecat*sampletiming /diff adjust = Tukey;
              ods output tests3=tests3 
                        CovParms = RandomVar ;
			ods exclude lsmeans;
			ods exclude diffs;
            ods output diffs=ppp lsmeans=mmm;
              run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 00:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Split-plot-design-in-multiple-locations-with-a-repeated/m-p/931200#M366357</guid>
      <dc:creator>jcl1</dc:creator>
      <dc:date>2024-06-07T00:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Split plot design in multiple locations with a repeated measurement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Split-plot-design-in-multiple-locations-with-a-repeated/m-p/931231#M366375</link>
      <description>&lt;P&gt;The three groups are split by a specific trait, and all receive the same intervention. So yes, it is similar to three different classrooms of students that each receive the same teaching intervention.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 11:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Split-plot-design-in-multiple-locations-with-a-repeated/m-p/931231#M366375</guid>
      <dc:creator>tanakma5</dc:creator>
      <dc:date>2024-06-07T11:24:03Z</dc:date>
    </item>
  </channel>
</rss>

