<?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: PROC GLM, obsorb vs. class statement: Results are different in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/475036#M71117</link>
    <description>&lt;P&gt;Is it possible that you have reversed the order of the two procedure calls?&lt;/P&gt;
&lt;P&gt;The message&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="left"&gt;
&lt;TABLE class="notecontent"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l notebanner"&gt;Note:&lt;/TD&gt;
&lt;TD class="l notecontent"&gt;The X'X matrix has been found to be singular...&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;is displayed when you use CLASS variables and you use the SOLUTION option to request the parameter estimates. The NOTE reminds you that&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introcom_sect006.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt; the GLM parameterization of classification effects is a singular parameterization &lt;/A&gt;and therefore the last level of the classification variable will be set to zero.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 02 Jul 2018 19:55:23 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-07-02T19:55:23Z</dc:date>
    <item>
      <title>PROC GLM, obsorb vs. class statement: Results are different</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/471284#M70922</link>
      <description>&lt;P&gt;I am running PROC GLM for the fixed effects regression of variable&amp;nbsp; &amp;amp;depVar. over independent variables &amp;amp;indVar., while controlling for fixed effects for the geographic variation HRR_x_Year. Both ways, the results must be equivalent; however, in first case it complains about a singularity and R-square jumps to 0.84, where as in later case the R-square due to HRR_x_Year only changes about 0.06.Is the implementation different intrinsically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLM DATA=WORK.MODEL2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; absorb HRR_x_Year;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; model &amp;amp;depVar.=&amp;nbsp; &amp;amp;indVar.&amp;nbsp; / SS3&amp;nbsp; SOLUTION ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;"Note: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations.&amp;nbsp; Terms whose estimates are followed by the letter 'B' are not uniquely estimable."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC GLM DATA=WORK.MODEL2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Class HRR_x_Year;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; model &amp;amp;depVar.= &amp;amp;indVar. HRR_x_Year / SS3&amp;nbsp; SOLUTION ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 02:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/471284#M70922</guid>
      <dc:creator>Saraja</dc:creator>
      <dc:date>2018-06-19T02:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM, obsorb vs. class statement: Results are different</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/475036#M71117</link>
      <description>&lt;P&gt;Is it possible that you have reversed the order of the two procedure calls?&lt;/P&gt;
&lt;P&gt;The message&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV align="left"&gt;
&lt;TABLE class="notecontent"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="l notebanner"&gt;Note:&lt;/TD&gt;
&lt;TD class="l notecontent"&gt;The X'X matrix has been found to be singular...&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;is displayed when you use CLASS variables and you use the SOLUTION option to request the parameter estimates. The NOTE reminds you that&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introcom_sect006.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt; the GLM parameterization of classification effects is a singular parameterization &lt;/A&gt;and therefore the last level of the classification variable will be set to zero.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Jul 2018 19:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/475036#M71117</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-07-02T19:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM, obsorb vs. class statement: Results are different</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/886002#M82847</link>
      <description>&lt;P&gt;Hi I know this is an old thread but I seem to be having the same problem, were you able to find a solution? If so do you mind sharing?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 15:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/886002#M82847</guid>
      <dc:creator>S4uc3</dc:creator>
      <dc:date>2023-07-23T15:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM, obsorb vs. class statement: Results are different</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/886003#M82848</link>
      <description>&lt;P&gt;Please show us the different results.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 15:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/886003#M82848</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-07-23T15:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM, obsorb vs. class statement: Results are different</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/886011#M82849</link>
      <description>Thanks for the response. I found a thread you had replied to which suggested theissue was that the absorb statement does not work with two way Fixed Effects. Thanks</description>
      <pubDate>Sun, 23 Jul 2023 16:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-GLM-obsorb-vs-class-statement-Results-are-different/m-p/886011#M82849</guid>
      <dc:creator>S4uc3</dc:creator>
      <dc:date>2023-07-23T16:27:58Z</dc:date>
    </item>
  </channel>
</rss>

