<?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: 2-way anova on sas 9.4 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/564419#M27833</link>
    <description>&lt;P&gt;You are right&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13995"&gt;@Haris&lt;/a&gt;, after taking a closer look i was able to figure out that i did not actually ask for the locations to be separated. I've done that now and it is fine. I'm trying to see how each variety perform at the different locations and their interactions. Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2019 09:52:57 GMT</pubDate>
    <dc:creator>olusam777</dc:creator>
    <dc:date>2019-06-07T09:52:57Z</dc:date>
    <item>
      <title>2-way anova on sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/563314#M27821</link>
      <description>&lt;P&gt;Greetings all,&lt;/P&gt;&lt;P&gt;I have a plant characterization data from two locations. There were 95 genotypes of plant used in the study. After running a two-way anova test on it using "PROC GLM" and the class as "genotypes" and "locations", i found out the output is not separating the results per each location. Instead, it is giving me a combined result of the two locations as one. Below is the code used and a view of the result. I s there anything i am doing wrong? Secondly in the means separation, it shows high level of difference, how do i report this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options ls=100 ps=1000 nocenter nolabel pageno=1;
data phd;
set olusam.phd;
run;
proc print data=phd; run;  
proc sort data=phd;
by lctns accns rep;
run;
 ODS RTF LISTING;
ODS RTF FILE='phd.rtf';
title glm phd;
proc glm data=phd plots=none;
class lctns accns;
model yield ph lle lwi dtf npet nol gct pel d50f npod nseed hswt tswt seedl seedw seedt = lctns accns lctns*accns;
means accns /duncan;
quit;
run;
ODS RTF CLOSE;&lt;BR /&gt;&lt;/CODE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Anova result for one of the variables" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29971i4CCABFF2D0EF3A2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Result.JPG" alt="Anova result for one of the variables" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Anova result for one of the variables&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Means separation" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29974i2820C520BA6EA2B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Means separation.JPG" alt="Means separation" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Means separation&lt;/span&gt;&lt;/span&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 15:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/563314#M27821</guid>
      <dc:creator>olusam777</dc:creator>
      <dc:date>2019-06-03T15:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2-way anova on sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/563916#M27831</link>
      <description>&lt;P&gt;You did not ask SAS to separate your locations.&amp;nbsp; What is the research question you're trying to answer?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 22:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/563916#M27831</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2019-06-05T22:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: 2-way anova on sas 9.4</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/564419#M27833</link>
      <description>&lt;P&gt;You are right&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13995"&gt;@Haris&lt;/a&gt;, after taking a closer look i was able to figure out that i did not actually ask for the locations to be separated. I've done that now and it is fine. I'm trying to see how each variety perform at the different locations and their interactions. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 09:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/2-way-anova-on-sas-9-4/m-p/564419#M27833</guid>
      <dc:creator>olusam777</dc:creator>
      <dc:date>2019-06-07T09:52:57Z</dc:date>
    </item>
  </channel>
</rss>

