<?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 one observation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448284#M69569</link>
    <description>&lt;P&gt;How can I get sas to display the SS and MS for each factor in the ANOVA table? There is only the model and error information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2018 18:48:12 GMT</pubDate>
    <dc:creator>sasnewbie12</dc:creator>
    <dc:date>2018-03-23T18:48:12Z</dc:date>
    <item>
      <title>ANOVA one observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448282#M69568</link>
      <description>&lt;P&gt;&amp;nbsp;I am conducting a two-factorial&amp;nbsp;anova analysis with only one observation per cell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I run the proc glm statement? I will add an interaction term for the two factors: factor a* factor b;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc glm data=mydata;&lt;/P&gt;&lt;P&gt;class factor1 factor2;&lt;/P&gt;&lt;P&gt;model y= factor1&amp;nbsp; factor2&amp;nbsp; factor1*factor2;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently getting having an issue&amp;nbsp;and the error SS and MS is coming up as 0.00;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to also break down the error SS into residual and interaction parts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448282#M69568</guid>
      <dc:creator>sasnewbie12</dc:creator>
      <dc:date>2018-03-23T18:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA one observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448284#M69569</link>
      <description>&lt;P&gt;How can I get sas to display the SS and MS for each factor in the ANOVA table? There is only the model and error information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448284#M69569</guid>
      <dc:creator>sasnewbie12</dc:creator>
      <dc:date>2018-03-23T18:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA one observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448294#M69570</link>
      <description>&lt;P&gt;This sounds like a data problem. What do you mean by "one observation per cell"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many observations in the&amp;nbsp;data set? How many observations&amp;nbsp;in each factor?&lt;/P&gt;
&lt;P&gt;You can count the observations in each factor and in all by using the following call to PROC FREQ:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=mydata;
   tables factor1*factor2;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 19:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448294#M69570</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-03-23T19:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA one observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448324#M69571</link>
      <description>&lt;P&gt;Its not a data issue. This is a two factor design, and there are one observations within each factor combination.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get ANOVA to display the SS and MS for each effect? It only give me the full model and error effects. I tried using the test statement as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test h=[effect of interest] e=??? ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what to put in the error statement, I just want it with the default error of MSE(mean squared error).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 20:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448324#M69571</guid>
      <dc:creator>sasnewbie12</dc:creator>
      <dc:date>2018-03-23T20:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: ANOVA one observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448374#M69591</link>
      <description>&lt;P&gt;Show us your output from PROC GLM. Show us the result of running PROC FREQ as suggested above by Rick.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do not reply with words but not showing us your output. Show us both outputs. Not one of the two outputs requested, show us both.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 00:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ANOVA-one-observation/m-p/448374#M69591</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-24T00:27:18Z</dc:date>
    </item>
  </channel>
</rss>

