<?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: Anova test by Proc GLM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/612391#M29622</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151600"&gt;@Barkamih&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can specify the CLM and ALPHA options as follows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model &amp;lt;your model&amp;gt;  / clm alpha=.05&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 13:57:40 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2019-12-17T13:57:40Z</dc:date>
    <item>
      <title>Anova test by Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/610027#M29620</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  proc glm data = protein;
  class month;
  model value = month;
  run; quit; 


proc glm data = protein;
  class month parity;
  model value = month  parity;
  run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm using proc GLM to get the Anova test as these codes showing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, how to get the 95%&amp;nbsp; confident intervals of the means by using this Prco, once by one factor and then two factors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR What I should use instead of this to get Anova test as well as the confident intervals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ibrahim&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:23:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/610027#M29620</guid>
      <dc:creator>Barkamih</dc:creator>
      <dc:date>2019-12-06T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Anova test by Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/610048#M29621</link>
      <description>&lt;P&gt;Have you tried the MEANS statement?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax15.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glm_syntax15.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151600"&gt;@Barkamih&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  proc glm data = protein;
  class month;
  model value = month;
  run; quit; 


proc glm data = protein;
  class month parity;
  model value = month  parity;
  run; quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I'm using proc GLM to get the Anova test as these codes showing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is, how to get the 95%&amp;nbsp; confident intervals of the means by using this Prco, once by one factor and then two factors.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR What I should use instead of this to get Anova test as well as the confident intervals.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ibrahim&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  proc glm data = protein;
  class month;
  model value = month;
  run; quit; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:22:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/610048#M29621</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-06T17:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Anova test by Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/612391#M29622</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151600"&gt;@Barkamih&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can specify the CLM and ALPHA options as follows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model &amp;lt;your model&amp;gt;  / clm alpha=.05&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 13:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Anova-test-by-Proc-GLM/m-p/612391#M29622</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2019-12-17T13:57:40Z</dc:date>
    </item>
  </channel>
</rss>

