<?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: Restrict statement in PROC REG in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316660#M61735</link>
    <description>&lt;P&gt;The RESTRICT statement allows only equality constraints, not inequality constraints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 11:52:55 GMT</pubDate>
    <dc:creator>mkeintz</dc:creator>
    <dc:date>2016-12-05T11:52:55Z</dc:date>
    <item>
      <title>Restrict statement in PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316653#M61734</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dans une PROC REG, je souhaite savoir s'il est possible de spécifier à la constante du modèle d'être inférieure à 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Le statement du type RESCTRICT intercept &amp;lt; 1 ne semble pas fonctionner...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci d'avance pour votre aide.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 11:19:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316653#M61734</guid>
      <dc:creator>tania_hf</dc:creator>
      <dc:date>2016-12-05T11:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict statement in PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316660#M61735</link>
      <description>&lt;P&gt;The RESTRICT statement allows only equality constraints, not inequality constraints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 11:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316660#M61735</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2016-12-05T11:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict statement in PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316709#M61737</link>
      <description>&lt;PRE&gt;
Or you could use SAS/OR  or  SAS/IML to get it.
Post your question at OR or IML forum, and explain your question in English.

&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Dec 2016 14:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316709#M61737</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-05T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict statement in PROC REG</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316716#M61738</link>
      <description>&lt;P&gt;See this &lt;A href="http://support.sas.com/kb/22/800.html" target="_self"&gt;SAS NOTE about restricting model parameters.&lt;/A&gt;&amp;nbsp;You cannot use the RESTRICT statement in PROC REG to specify an upper bound, but other procedures allow it. For example, to ensure that the intercept term is not negative, you can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc fmm data=sashelp.class;
model weight = height;
restrict int 1 &amp;gt;= 0;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;For your problem, use&lt;/P&gt;
&lt;P&gt;restrict int 1 &amp;lt;= 1;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 15:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Restrict-statement-in-PROC-REG/m-p/316716#M61738</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-12-05T15:28:53Z</dc:date>
    </item>
  </channel>
</rss>

