<?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: SAS Spli-Plot design in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770271#M37636</link>
    <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the last one you recommend, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;proc mixed;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;class Protein Day Block;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;model Hardness = Protein Day Protein*Day/ddfm = satterth;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;random Block(Protein);&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;repeated day/subject=block(Protein) type=ar(1);&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;lsmeans Protein/pdiff adjust = tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;lsmeans Day/pdiff adjust = tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;slice protein*day/sliceby=protein diff adjust=tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;slice protein*day/sliceby=day diff adjust=tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;In this case, block=vat so that the individual wheels are sampling units over time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Sep 2021 15:24:36 GMT</pubDate>
    <dc:creator>Sens2Innovate</dc:creator>
    <dc:date>2021-09-24T15:24:36Z</dc:date>
    <item>
      <title>SAS Spli-Plot design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/769999#M37632</link>
      <description>&lt;P&gt;Good afternoon.&lt;/P&gt;&lt;P&gt;I would like to get a second opinion on this puzzle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A student made cheese. As far as the sample units go, the student created 45 total wheels of cheese (implied by numbers 1-45 below) so a new cheese wheel from each vat (implied by the vertical columns) was used for each testing day, the same cheese wheel was never used twice for testing. Her professor believes this is a split-plot design is because all 5 cheese wheels, respectively, were made from the same vat of cheese – so almost in a sense, the vat, is the “testing unit” I guess with the cheese wheels themselves being the “repeats”?&amp;nbsp;So testing each wheel of cheese did destroy that individual wheel of cheese. Below, for the first trial, I circled the cheese vats themselves. Three vats of cheese were produced each trial and then from each vat, 5 wheels of cheese were produced. For each testing day, a random wheel from each respective vat was pulled for testing and consumed accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sens2Innovate_0-1632419116789.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64002i43481E2E4C448B2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sens2Innovate_0-1632419116789.png" alt="Sens2Innovate_0-1632419116789.png" /&gt;&lt;/span&gt;&lt;/P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sens2Innovate_1-1632419116796.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64003iDB29B03DFE974C9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sens2Innovate_1-1632419116796.png" alt="Sens2Innovate_1-1632419116796.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to know whether SAS has a similar example we could use or get inspired on? The professor wants to use the&amp;nbsp;ddfm = satterth.&lt;/P&gt;&lt;P&gt;Do you think this code would work?&lt;/P&gt;&lt;P&gt;data Karley;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; input Protein Day Block Hardness @@;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 10 1 28363.69&lt;/P&gt;&lt;P&gt;1 30 1 24175.03&lt;/P&gt;&lt;P&gt;1 50 1 27697.26&lt;/P&gt;&lt;P&gt;1 70 1 31018.65&lt;/P&gt;&lt;P&gt;1 90 1 30535.20&lt;/P&gt;&lt;P&gt;2 10 1 30370.15&lt;/P&gt;&lt;P&gt;2 30 1 27032.27&lt;/P&gt;&lt;P&gt;2 50 1 33202.88&lt;/P&gt;&lt;P&gt;2 70 1 33475.14&lt;/P&gt;&lt;P&gt;2 90 1 33138.66&lt;/P&gt;&lt;P&gt;3 10 1 36818.95&lt;/P&gt;&lt;P&gt;3 30 1 32467.36&lt;/P&gt;&lt;P&gt;3 50 1 34832.65&lt;/P&gt;&lt;P&gt;3 70 1 39695.98&lt;/P&gt;&lt;P&gt;3 90 1 37399.16&lt;/P&gt;&lt;P&gt;1 10 2 21981.89&lt;/P&gt;&lt;P&gt;1 30 2 26965.76&lt;/P&gt;&lt;P&gt;1 50 2 28669.08&lt;/P&gt;&lt;P&gt;1 70 2 27150.88&lt;/P&gt;&lt;P&gt;1 90 2 27196.89&lt;/P&gt;&lt;P&gt;2 10 2 23948.18&lt;/P&gt;&lt;P&gt;2 30 2 28311.28&lt;/P&gt;&lt;P&gt;2 50 2 25452.11&lt;/P&gt;&lt;P&gt;2 70 2 28323.41&lt;/P&gt;&lt;P&gt;2 90 2 26327.38&lt;/P&gt;&lt;P&gt;3 10 2 28709.88&lt;/P&gt;&lt;P&gt;3 30 2 32924.68&lt;/P&gt;&lt;P&gt;3 50 2 33727.10&lt;/P&gt;&lt;P&gt;3 70 2 33445.72&lt;/P&gt;&lt;P&gt;3 90 2 32212.79&lt;/P&gt;&lt;P&gt;1 10 3 32820.97&lt;/P&gt;&lt;P&gt;1 30 3 34004.63&lt;/P&gt;&lt;P&gt;1 50 3 31426.37&lt;/P&gt;&lt;P&gt;1 70 3 30023.20&lt;/P&gt;&lt;P&gt;1 90 3 29945.74&lt;/P&gt;&lt;P&gt;2 10 3 42299.89&lt;/P&gt;&lt;P&gt;2 30 3 36940.54&lt;/P&gt;&lt;P&gt;2 50 3 39163.51&lt;/P&gt;&lt;P&gt;2 70 3 36524.49&lt;/P&gt;&lt;P&gt;2 90 3 39025.86&lt;/P&gt;&lt;P&gt;3 10 3 32626.59&lt;/P&gt;&lt;P&gt;3 30 3 37859.66&lt;/P&gt;&lt;P&gt;3 50 3 41112.71&lt;/P&gt;&lt;P&gt;3 70 3 39111.42&lt;/P&gt;&lt;P&gt;3 90 3 35726.72&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed;&lt;/P&gt;&lt;P&gt;class Protein Day Block;&lt;/P&gt;&lt;P&gt;model Hardness = Protein Day Protein*Day/ddfm = satterth;&lt;/P&gt;&lt;P&gt;repeated day/subject=block*protein;&lt;/P&gt;&lt;P&gt;lsmeans Protein/pdiff adjust = tukey;&lt;/P&gt;&lt;P&gt;lsmeans Day/pdiff adjust = tukey;&lt;/P&gt;&lt;P&gt;slice protein*day/sliceby=protein diff adjust=tukey;&lt;/P&gt;&lt;P&gt;slice protein*day/sliceby=day diff adjust=tukey;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 17:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/769999#M37632</guid>
      <dc:creator>Sens2Innovate</dc:creator>
      <dc:date>2021-09-23T17:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Spli-Plot design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770260#M37635</link>
      <description>&lt;P&gt;As I finally got to in our direct communication, I think the one additional thing to add is a RANDOM block(protein) statement. That would give this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed;
class Protein Day Block;
model Hardness = Protein Day Protein*Day/ddfm = satterth;
random Block(Protein);
repeated day/subject=block(Protein) type=ar(1);
lsmeans Protein/pdiff adjust = tukey;
lsmeans Day/pdiff adjust = tukey;
slice protein*day/sliceby=protein diff adjust=tukey;
slice protein*day/sliceby=day diff adjust=tukey;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this case, block=vat so that the individual wheels are sampling units over time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770260#M37635</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-09-24T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Spli-Plot design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770271#M37636</link>
      <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the last one you recommend, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;proc mixed;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;class Protein Day Block;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;model Hardness = Protein Day Protein*Day/ddfm = satterth;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;random Block(Protein);&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;repeated day/subject=block(Protein) type=ar(1);&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;lsmeans Protein/pdiff adjust = tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;lsmeans Day/pdiff adjust = tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;slice protein*day/sliceby=protein diff adjust=tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;slice protein*day/sliceby=day diff adjust=tukey;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;In this case, block=vat so that the individual wheels are sampling units over time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770271#M37636</guid>
      <dc:creator>Sens2Innovate</dc:creator>
      <dc:date>2021-09-24T15:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Spli-Plot design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770272#M37637</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Spli-Plot-design/m-p/770272#M37637</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-09-24T15:26:13Z</dc:date>
    </item>
  </channel>
</rss>

