<?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 Introduction to ANOVA, Regression, and Logistic Regression - Measures of Variability in SAS Training Courses</title>
    <link>https://communities.sas.com/t5/SAS-Training-Courses/Introduction-to-ANOVA-Regression-and-Logistic-Regression/m-p/317580#M28</link>
    <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering if you could help me please&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;within the online course section&amp;nbsp;&amp;nbsp;Measures of Variability the below result is 68.87 but when I calculate i get 69.87&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 / (16-1) * [(93-78)2 + (89-78)2 + (88-78)2 + (84-78)2 + (83-78)2 + (82-78)2 + (79-78)2 + (78-78)2 + (78-78)2 + (77-78)2 + (74-78)2 + (73-78)2 + (72-78)2 + (68-78)2 + (67-78)2 + (63-78)2] = 68.87&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you confirm which is correct and why&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AW75&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2016 12:44:17 GMT</pubDate>
    <dc:creator>AW75</dc:creator>
    <dc:date>2016-12-08T12:44:17Z</dc:date>
    <item>
      <title>Introduction to ANOVA, Regression, and Logistic Regression - Measures of Variability</title>
      <link>https://communities.sas.com/t5/SAS-Training-Courses/Introduction-to-ANOVA-Regression-and-Logistic-Regression/m-p/317580#M28</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering if you could help me please&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;within the online course section&amp;nbsp;&amp;nbsp;Measures of Variability the below result is 68.87 but when I calculate i get 69.87&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1 / (16-1) * [(93-78)2 + (89-78)2 + (88-78)2 + (84-78)2 + (83-78)2 + (82-78)2 + (79-78)2 + (78-78)2 + (78-78)2 + (77-78)2 + (74-78)2 + (73-78)2 + (72-78)2 + (68-78)2 + (67-78)2 + (63-78)2] = 68.87&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you confirm which is correct and why&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AW75&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 12:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Training-Courses/Introduction-to-ANOVA-Regression-and-Logistic-Regression/m-p/317580#M28</guid>
      <dc:creator>AW75</dc:creator>
      <dc:date>2016-12-08T12:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Introduction to ANOVA, Regression, and Logistic Regression - Measures of Variability</title>
      <link>https://communities.sas.com/t5/SAS-Training-Courses/Introduction-to-ANOVA-Regression-and-Logistic-Regression/m-p/317596#M29</link>
      <description>&lt;P&gt;Must be a typo in the course notes..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I use trusty SAS to do the calculation I get&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data x;
infile cards;
input x;
cards;
93
89
88
84
83
82
79
78
78
77
74
73
72
68
67
63
;
proc means data=WORK.X chartype var vardef=df ;
	var x;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;TABLE class="table" style="border-spacing: 0;"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="c b header" scope="col"&gt;Analysis Variable : x&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r b header" scope="col"&gt;Variance&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;69.8666667&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 13:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Training-Courses/Introduction-to-ANOVA-Regression-and-Logistic-Regression/m-p/317596#M29</guid>
      <dc:creator>Damien_Mather</dc:creator>
      <dc:date>2016-12-08T13:26:48Z</dc:date>
    </item>
  </channel>
</rss>

