<?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 How to fix this error? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-fix-this-error/m-p/85289#M24395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I have is the code and the error message.&lt;/P&gt;&lt;P&gt;How to fix this error? X has 3 groups with value assigned as 0, 1,2&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glimmix data=aa;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class X(ref='0');&lt;/P&gt;&lt;P&gt;&amp;nbsp; model Y(event='1')=X /dist=bin;&lt;/P&gt;&lt;P&gt;&amp;nbsp; lsmeans X /ilink CL adjust=bon oddsratio;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Invalid reference value for X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 20:13:19 GMT</pubDate>
    <dc:creator>peppapig</dc:creator>
    <dc:date>2013-09-17T20:13:19Z</dc:date>
    <item>
      <title>How to fix this error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-fix-this-error/m-p/85289#M24395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I have is the code and the error message.&lt;/P&gt;&lt;P&gt;How to fix this error? X has 3 groups with value assigned as 0, 1,2&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glimmix data=aa;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class X(ref='0');&lt;/P&gt;&lt;P&gt;&amp;nbsp; model Y(event='1')=X /dist=bin;&lt;/P&gt;&lt;P&gt;&amp;nbsp; lsmeans X /ilink CL adjust=bon oddsratio;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Invalid reference value for X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 20:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-fix-this-error/m-p/85289#M24395</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2013-09-17T20:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to fix this error?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-fix-this-error/m-p/85290#M24396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does X actually take the character value of '0' in the data? If it is a numeric value then drop the quotes.&lt;/P&gt;&lt;P&gt;The value referenced needs to be an actual value of X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 22:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-fix-this-error/m-p/85290#M24396</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-09-17T22:08:21Z</dc:date>
    </item>
  </channel>
</rss>

