<?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: One way ANOVA outputs in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737889#M35825</link>
    <description>&lt;P&gt;You really ought to format your output so that it is readable, that will help us and thus you get better answers and quicker answers. For output, a screen capture is fine (and readable).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I'm used to get the DF, Variance component (VC), CV (as percentage), SD and Root MSE both for the model and for the error&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I do not know what the "variance component (VC)" in a one-way ANOVA means. Can you explain/provide a formula?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The SD**2 is the "Mean Square" column. There is no such thing as a root MSE both for the model and for the error. It only exists for the error, and is shown. The DF and CV are shown.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 14:01:27 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-04-29T14:01:27Z</dc:date>
    <item>
      <title>One way ANOVA outputs in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737882#M35824</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running a one way ANOVA analysis in SAS based on the following code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc anova data=dt;&lt;BR /&gt;class SERINDEX;&lt;BR /&gt;model Value0USNumdec = SERINDEX;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output returns:&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;TABLE border="0" cellspacing="1" cellpadding="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The SAS System&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;DIV class="c proctitle"&gt;The ANOVA Procedure&lt;/DIV&gt;&lt;DIV class="c proctitle"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="c proctitle"&gt;Dependent Variable: Value0USNumdec&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Source DF Sum of Squares Mean Square F Value Pr&amp;nbsp;&amp;gt;&amp;nbsp;FModelErrorCorrected Total &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;0.00220000&lt;/TD&gt;&lt;TD&gt;0.00055000&lt;/TD&gt;&lt;TD&gt;27.50&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;0.00040000&lt;/TD&gt;&lt;TD&gt;0.00002000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;TD&gt;0.00260000&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;R-Square Coeff Var Root MSE Value0USNumdec&amp;nbsp;Mean &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0.846154&lt;/TD&gt;&lt;TD&gt;0.912681&lt;/TD&gt;&lt;TD&gt;0.004472&lt;/TD&gt;&lt;TD&gt;0.490000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Source DF Anova SS Mean Square F Value Pr&amp;nbsp;&amp;gt;&amp;nbsp;FSERINDEX &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;0.00220000&lt;/TD&gt;&lt;TD&gt;0.00055000&lt;/TD&gt;&lt;TD&gt;27.50&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;As an R user, I'm used to get the DF, Variance component (VC), CV (as percentage), SD and Root MSE both for the model and for the error when I perform an one-way ANOVA analysis.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I specify this output in SAS? The user guide for Proc Anova has nothing on it. I also looked at the proc Varcomp or proc mixed procedures but they seem not to give the output I need as well.&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Apr 2021 12:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737882#M35824</guid>
      <dc:creator>ACLAN</dc:creator>
      <dc:date>2021-04-29T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: One way ANOVA outputs in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737889#M35825</link>
      <description>&lt;P&gt;You really ought to format your output so that it is readable, that will help us and thus you get better answers and quicker answers. For output, a screen capture is fine (and readable).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I'm used to get the DF, Variance component (VC), CV (as percentage), SD and Root MSE both for the model and for the error&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I do not know what the "variance component (VC)" in a one-way ANOVA means. Can you explain/provide a formula?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The SD**2 is the "Mean Square" column. There is no such thing as a root MSE both for the model and for the error. It only exists for the error, and is shown. The DF and CV are shown.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737889#M35825</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-29T14:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: One way ANOVA outputs in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737923#M35831</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACLAN_0-1619704740120.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58865i5C5F96073ECCB556/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ACLAN_0-1619704740120.png" alt="ACLAN_0-1619704740120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the R output I'm used to where the "estimates" for the errors and the model are shown. I wanted to create a similar output in SAS where, for both the error and the model I have the DF, SD and CV (%). Is there any option or another proc statement that I can use to obtained something similar to the image above?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737923#M35831</guid>
      <dc:creator>ACLAN</dc:creator>
      <dc:date>2021-04-29T14:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: One way ANOVA outputs in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737924#M35832</link>
      <description>&lt;P&gt;I asked you to explain what VC means in a one-way ANOVA, or provide the formula, I don't see that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything else you ask for is in the ANOVA output, or can be computed from the ANOVA output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is nothing in SAS that produces this exact output; but you can of course program something to produce this exact output (although I am skeptical that matching the R output appearance exactly is necessary, or worth the effort)&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/737924#M35832</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-29T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: One way ANOVA outputs in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/738222#M35845</link>
      <description>&lt;P&gt;Looking at this output, i notice a line for total, one for the one-way factor and one for the error.&amp;nbsp; The total variance is that obtained from a null model (no effects).&amp;nbsp; The error variance is the residual error after fitting the model, and the attributed variance component for the one-way factor is the difference between those two.&amp;nbsp; Now comes the tricky part to think about, and it comes from the usual definition of variance component - the variance that is attributable to some random effect.&amp;nbsp; Now if you assume that SERINDEX is a random effect (and thus that this is a simplified nested model), then that value in the R output is then a random variance component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in PROC ANOVA, SERINDEX would be fit as a fixed, non-nested effect.&amp;nbsp; Perhaps PROC NESTED would give you what you want.&amp;nbsp; Without the dataset it is hard to tell.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 16:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/One-way-ANOVA-outputs-in-SAS/m-p/738222#M35845</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-04-30T16:55:49Z</dc:date>
    </item>
  </channel>
</rss>

