<?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: RCBD factorial with planned contract (control vs rest) experiment analysis in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/RCBD-factorial-with-planned-contract-control-vs-rest-experiment/m-p/683969#M32940</link>
    <description>&lt;P&gt;Not sure how well this will work but if you consider the control to be in a block of it's own (N=0, B=6), you could try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=yourdatainlongform;
class treatment block rep;
model value=treatment;
random block treatment*rep;
lsmeans treatment/diff=control;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Key to this is getting your data into a format where each record has unique values for value, treatment, block and rep. This works well on a simulated data set.&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>Tue, 15 Sep 2020 14:35:20 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-09-15T14:35:20Z</dc:date>
    <item>
      <title>RCBD factorial with planned contract (control vs rest) experiment analysis in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/RCBD-factorial-with-planned-contract-control-vs-rest-experiment/m-p/683865#M32932</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have already analyzed a RCBD factorial planned contrast (control vs rest) data in MS Excel 2013 but i'm trying to analyze this data in SAS but i can not analyze this data. If any one of you have a good experience in statistical data analysis with SAS to suggest me a appropriate SAS procedure for analysis of this&amp;nbsp;data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 05:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/RCBD-factorial-with-planned-contract-control-vs-rest-experiment/m-p/683865#M32932</guid>
      <dc:creator>Imaduddin</dc:creator>
      <dc:date>2020-09-15T05:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: RCBD factorial with planned contract (control vs rest) experiment analysis in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/RCBD-factorial-with-planned-contract-control-vs-rest-experiment/m-p/683969#M32940</link>
      <description>&lt;P&gt;Not sure how well this will work but if you consider the control to be in a block of it's own (N=0, B=6), you could try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=yourdatainlongform;
class treatment block rep;
model value=treatment;
random block treatment*rep;
lsmeans treatment/diff=control;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Key to this is getting your data into a format where each record has unique values for value, treatment, block and rep. This works well on a simulated data set.&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>Tue, 15 Sep 2020 14:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/RCBD-factorial-with-planned-contract-control-vs-rest-experiment/m-p/683969#M32940</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-09-15T14:35:20Z</dc:date>
    </item>
  </channel>
</rss>

