<?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: Statistics I : Type I SS and Type III SS in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517868#M193</link>
    <description>&lt;P&gt;Please read this documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introglmest_sect009.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introglmest_sect009.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;P&gt;Usually, the Type III are appropriate for most (but not all) models, but since we don't really know your data, it's impossible to say definitively which one you should use without more of an explanation of the data and the model.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Dec 2018 16:26:05 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-12-02T16:26:05Z</dc:date>
    <item>
      <title>Statistics I : Type I SS and Type III SS</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517865#M191</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is exactly the definition of Type I SS and Type III SS and how they differ ? How they are related to the total model SS ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to&amp;nbsp;interpret the results as attached for example ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 15:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517865#M191</guid>
      <dc:creator>Khokhaz</dc:creator>
      <dc:date>2018-12-02T15:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics I : Type I SS and Type III SS</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517868#M193</link>
      <description>&lt;P&gt;Please read this documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introglmest_sect009.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introglmest_sect009.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;P&gt;Usually, the Type III are appropriate for most (but not all) models, but since we don't really know your data, it's impossible to say definitively which one you should use without more of an explanation of the data and the model.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 16:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517868#M193</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-02T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics I : Type I SS and Type III SS</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517874#M194</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Type I SS is a sort of "sequential" SS.&amp;nbsp;&amp;nbsp;&amp;nbsp; I.e. for the model&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y = X1 X2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Type I SS for X1&amp;nbsp;&amp;nbsp; is the same as the total SS for the model Y=X1&lt;/LI&gt;
&lt;LI&gt;But the type I SS for X2&amp;nbsp; is the total SS for Y=X1 X2 minus the total SS for Y=X1, i.e. the partial SS for X2, given X1&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Consider the case if the variables X1 and X2 were almost perfectly correlated (e.g. X2 is almost always equals k*X1).&amp;nbsp; Then the Type I SS for X2 in the above would be almost zero, because it would add almost&amp;nbsp;no improvement to X1 in estimating Y.&amp;nbsp;&amp;nbsp;&amp;nbsp;And if the original model were Y=X2 X1, then it would be X1 with type I SS almost zero.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The type III SS for any variable is the equivalent of its type I SS &lt;EM&gt;&lt;STRONG&gt;IF THAT VARIABLE WERE THE LAST ONE ENTERED INTO THE MODEL.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt; I.e. it is the partial SS for a predictor after controlling for all the other predictors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This mean that if X1 and X2 were perfectly uncorrelated, then their type I SS values would equal their type III SS values, regardless of their order in the model.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 16:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Statistics-I-Type-I-SS-and-Type-III-SS/m-p/517874#M194</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2018-12-02T16:37:08Z</dc:date>
    </item>
  </channel>
</rss>

