<?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 Randomized block design in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66002#M3159</link>
    <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
Pl let me the procedure to do the randomized block design in two replicates.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
SSN</description>
    <pubDate>Fri, 21 Aug 2009 13:05:12 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-08-21T13:05:12Z</dc:date>
    <item>
      <title>Randomized block design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66002#M3159</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
Pl let me the procedure to do the randomized block design in two replicates.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
SSN</description>
      <pubDate>Fri, 21 Aug 2009 13:05:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66002#M3159</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-21T13:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Randomized block design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66003#M3160</link>
      <description>Do you want to create such a design or analyze such a design? Can you give us more details?</description>
      <pubDate>Fri, 21 Aug 2009 13:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66003#M3160</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2009-08-21T13:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Randomized block design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66004#M3161</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I want to analyze the design.&lt;BR /&gt;
&lt;BR /&gt;
My data is like &lt;BR /&gt;
&lt;BR /&gt;
Treatment has 8 categories, Blocks has 4 categories and two Replications.&lt;BR /&gt;
&lt;BR /&gt;
Pl let me know my code is correct or not.&lt;BR /&gt;
&lt;BR /&gt;
proc glm data=temp;&lt;BR /&gt;
      class Rep treat block;&lt;BR /&gt;
      model resp = treat block Rep ;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
Many Thnaks,&lt;BR /&gt;
SSN</description>
      <pubDate>Sat, 22 Aug 2009 14:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66004#M3161</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-22T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Randomized block design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66005#M3162</link>
      <description>Seems to me that replicates are nested within treatment and block. If that's not correct, then please correct me.&lt;BR /&gt;
&lt;BR /&gt;
If that is the case, then you want to change the model statement to indicate that fact.&lt;BR /&gt;
&lt;BR /&gt;
model resp=treat block treat*block;&lt;BR /&gt;
&lt;BR /&gt;
You most likely also want to test treatment against the treat*block term, not against the residual error (replicate error) which is the default. The treat*block term is the experimental error.&lt;BR /&gt;
&lt;BR /&gt;
test h=treat e=treat*block;&lt;BR /&gt;
&lt;BR /&gt;
Or you could do the whole thing in PROC MIXED.</description>
      <pubDate>Mon, 24 Aug 2009 15:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66005#M3162</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2009-08-24T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Randomized block design</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66006#M3163</link>
      <description>Seems to me that replicates are nested within treatment and block. If that's not correct, then please correct me.&lt;BR /&gt;
&lt;BR /&gt;
If that is the case, then you want to change the model statement to indicate that fact.&lt;BR /&gt;
&lt;BR /&gt;
model resp=treat block treat*block;&lt;BR /&gt;
&lt;BR /&gt;
You most likely also want to test treatment against the treat*block term, not against the residual error (replicate error) which is the default. The treat*block term is the experimental error.&lt;BR /&gt;
&lt;BR /&gt;
test h=treat e=treat*block;&lt;BR /&gt;
&lt;BR /&gt;
Or you could do the whole thing in PROC MIXED.</description>
      <pubDate>Mon, 24 Aug 2009 15:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Randomized-block-design/m-p/66006#M3163</guid>
      <dc:creator>Paige</dc:creator>
      <dc:date>2009-08-24T15:02:03Z</dc:date>
    </item>
  </channel>
</rss>

