<?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: Strip-split plot Interaction analysis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Strip-split-plot-Interaction-analysis/m-p/108849#M5762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stop.&amp;nbsp; PROC GLM will not correctly calculate standard errors for split plot models.&amp;nbsp; Do whatever it takes to get a copy of Littell et al.'s SAS for Mixed Models, 2nd ed., and go to chapter 4 on split-plot models.&amp;nbsp; Also check out Chapter 16, which has case studies, especially 16.4 A Split-Plot Experiment with Correlated Whole Plots, 16.5 A Complex Split Plot: Whole Plot Conducted as an Incomplete Latin Square, and &lt;STRONG&gt;16.6 A Complex Strip-Split-Split Plot Example.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try rewriting your model using PROC MIXED.&amp;nbsp; If you have problems, please post your code and the problems you are having. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&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>Thu, 10 Oct 2013 12:59:44 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-10-10T12:59:44Z</dc:date>
    <item>
      <title>Strip-split plot Interaction analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Strip-split-plot-Interaction-analysis/m-p/108848#M5761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am SAS illiterate and trying to finish my thesis (our departmental statistician retired). Having trouble collecting all necessary data for a strip-split plot. I need to analyze all of the main factors and their interactions. Previously, I was getting a minimum significant difference. Can anyone tell me if I am fully analyzing the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Whole plot factor: treatment&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Strip: mowing&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Split: timing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Random: rep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Based on information I found online and previous codes, this is what I've come up with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc glm data = visual;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class rep timing trt mowing;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;model visual = timing|trt|mowing;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;by MAT;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;random timing|trt|mowing|rep;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;lsmeans timing|trt|mowing / pdiff adjust=BON cl lines;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Strip-split-plot-Interaction-analysis/m-p/108848#M5761</guid>
      <dc:creator>lcbeck</dc:creator>
      <dc:date>2013-10-09T20:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Strip-split plot Interaction analysis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Strip-split-plot-Interaction-analysis/m-p/108849#M5762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stop.&amp;nbsp; PROC GLM will not correctly calculate standard errors for split plot models.&amp;nbsp; Do whatever it takes to get a copy of Littell et al.'s SAS for Mixed Models, 2nd ed., and go to chapter 4 on split-plot models.&amp;nbsp; Also check out Chapter 16, which has case studies, especially 16.4 A Split-Plot Experiment with Correlated Whole Plots, 16.5 A Complex Split Plot: Whole Plot Conducted as an Incomplete Latin Square, and &lt;STRONG&gt;16.6 A Complex Strip-Split-Split Plot Example.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try rewriting your model using PROC MIXED.&amp;nbsp; If you have problems, please post your code and the problems you are having. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&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>Thu, 10 Oct 2013 12:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Strip-split-plot-Interaction-analysis/m-p/108849#M5762</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-10-10T12:59:44Z</dc:date>
    </item>
  </channel>
</rss>

