<?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 SURVEYREG - How to deal with a note in the log regarding singular matrix in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411592#M21574</link>
    <description>&lt;P&gt;You can basically ignore the message and.&amp;nbsp; It is a result of using the CLASS statement and the necessity of creating a series of dummy variables.&amp;nbsp; SURVEYREG over-parameterizes the model such that it sets the last level to zero, essentially making it a reference category, and then estimates the other parameters as compared to the referent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is more thoroughly explained in this usage note&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/22585" target="_blank"&gt;http://support.sas.com/kb/22585&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although that refers specifically to Proc GLM, what is said holds for SURVEYREG as well.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 17:05:36 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2017-11-08T17:05:36Z</dc:date>
    <item>
      <title>PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411396#M21553</link>
      <description>&lt;P&gt;&lt;SPAN class="DateTime lia-message-posted-on lia-component-common-widget-date"&gt;&lt;FONT color="#999999"&gt;Hello &amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV class="lia-message-body"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;i am using proc surveyreq because my data is survey data (complex survey design) i am using (health and retirement study data).&lt;/P&gt;
&lt;P&gt;my hypothesis is there is association between medication regimen complexity and cognitive status in older adults&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;The code is below but the problem is when i run the code, i can see a note in the result section that seems that something is wrong,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc surveyreg data=transform;
class a4dl i4adl gender m4s yearsofedu i4ncome race h7ealth c7over h4osstay c4ondition d4ep l4iving;

model logc4omp= R7COGTOT R7AGEY_B gender m4s yearsofedu i4ncome race h7ealth c7over h4osstay c4ondition d4ep l4iving a4dl i4adl / solution adjrsq;/*putt all of the here cont and cata*/

cluster raehsamp;

strata raestrat;

weight r7wtresp;
output out=surveyreg r=r p=p;
/*proc gplot data= surveyreg; plot r*p;*/

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;this is&amp;nbsp;what i see, do i ignore it or i need to fix something ?&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Note:&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;The denominator degrees of freedom for the t tests is 52.&lt;BR /&gt;Matrix X'WX is singular and a generalized inverse was used to solve the normal equations. Estimates are not unique."&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how I fix the problem ?&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Nov 2017 01:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411396#M21553</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2017-11-08T01:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411400#M21554</link>
      <description>&lt;P&gt;Note: I've edited your post to clarify your subject and format your code. I've also moved it into the Statistical Procedures forum (like before). In general, it's not a great idea to post duplicate questions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 01:17:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411400#M21554</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-08T01:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411592#M21574</link>
      <description>&lt;P&gt;You can basically ignore the message and.&amp;nbsp; It is a result of using the CLASS statement and the necessity of creating a series of dummy variables.&amp;nbsp; SURVEYREG over-parameterizes the model such that it sets the last level to zero, essentially making it a reference category, and then estimates the other parameters as compared to the referent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is more thoroughly explained in this usage note&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/22585" target="_blank"&gt;http://support.sas.com/kb/22585&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although that refers specifically to Proc GLM, what is said holds for SURVEYREG as well.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 17:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/411592#M21574</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2017-11-08T17:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412873#M21627</link>
      <description>So I don't need to recode my catagorical variables? Or remove the class statement? What about it's says in the note that "estimates is not unique , do I still ignore it ?</description>
      <pubDate>Mon, 13 Nov 2017 13:07:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412873#M21627</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2017-11-13T13:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412877#M21630</link>
      <description>No, you do not need to recode or change anything.  It is just a note letting you know that if you chose to use different dummy variables you would end up with a different set of estimates, even though the fit would be the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2017 13:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412877#M21630</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2017-11-13T13:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412880#M21631</link>
      <description>So I consider the beta estimates and the p value, I can take them as my results ... right ?</description>
      <pubDate>Mon, 13 Nov 2017 13:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412880#M21631</guid>
      <dc:creator>dode</dc:creator>
      <dc:date>2017-11-13T13:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG - How to deal with a note in the log regarding singular matrix</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412916#M21632</link>
      <description>Yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2017 14:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-How-to-deal-with-a-note-in-the-log-regarding/m-p/412916#M21632</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2017-11-13T14:29:11Z</dc:date>
    </item>
  </channel>
</rss>

