<?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 GLM + restrictions on coefficients in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206946#M51415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a hard time to run proc glm. Here is what I want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glm data=a;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y=x1 x2 x3 x4;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I need to restrict x1=x2.&lt;/P&gt;&lt;P&gt;How can I do it in proc glm? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 19:11:04 GMT</pubDate>
    <dc:creator>Sunny_Sun</dc:creator>
    <dc:date>2015-03-20T19:11:04Z</dc:date>
    <item>
      <title>GLM + restrictions on coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206946#M51415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a hard time to run proc glm. Here is what I want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc glm data=a;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y=x1 x2 x3 x4;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where I need to restrict x1=x2.&lt;/P&gt;&lt;P&gt;How can I do it in proc glm? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 19:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206946#M51415</guid>
      <dc:creator>Sunny_Sun</dc:creator>
      <dc:date>2015-03-20T19:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: GLM + restrictions on coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206947#M51416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc glm data=a (WHERE=(x1=x2));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model y=x1 x3 x4;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will run the GLM on just those cases where x1=x2.&amp;nbsp; I removed x2 from the model because it makes the design matrix singular.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 19:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206947#M51416</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2015-03-20T19:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: GLM + restrictions on coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206948#M51417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 20:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/GLM-restrictions-on-coefficients/m-p/206948#M51417</guid>
      <dc:creator>Sunny_Sun</dc:creator>
      <dc:date>2015-03-20T20:16:42Z</dc:date>
    </item>
  </channel>
</rss>

