<?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: delete an intercept in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641900#M78352</link>
    <description>&lt;P&gt;Yes that's what I meant&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 12:06:13 GMT</pubDate>
    <dc:creator>lulube</dc:creator>
    <dc:date>2020-04-22T12:06:13Z</dc:date>
    <item>
      <title>delete an intercept</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641892#M78350</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a little problem. I have a new model where I deleted the intercept because I computed my own. But it seems like SAS is doing as it is a variable, because it counts 4 DDL :&lt;/P&gt;&lt;P&gt;int is the intercept that I computed :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data;
model a= int b c d /noint;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How can I do ?&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Lucie&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 11:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641892#M78350</guid>
      <dc:creator>lulube</dc:creator>
      <dc:date>2020-04-22T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: delete an intercept</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641898#M78351</link>
      <description>&lt;P&gt;Do you mean that you want to compute a regression model where the intercept is supposed to be fixed at some predetermined value, rather than allowing SAS to compute whatever intercept is given by the least squares procedure??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you want to use the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax13.htm&amp;amp;locale=en" target="_self"&gt;RESTRICT statement&lt;/A&gt; in PROC REG.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641898#M78351</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-22T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: delete an intercept</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641900#M78352</link>
      <description>&lt;P&gt;Yes that's what I meant&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641900#M78352</guid>
      <dc:creator>lulube</dc:creator>
      <dc:date>2020-04-22T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: delete an intercept</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641910#M78354</link>
      <description>&lt;P&gt;So I tried to use "the restrict" that you talked about&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data; 
model a= int b c d; 
restrict int=intercept; 
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but that doesn't solve the problem, because I can't do the restrcition if int is not in the model.&lt;/P&gt;&lt;P&gt;Thus I have 4 variables int, b, c and d and an intercept that is equal to int&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/delete-an-intercept/m-p/641910#M78354</guid>
      <dc:creator>lulube</dc:creator>
      <dc:date>2020-04-22T12:41:56Z</dc:date>
    </item>
  </channel>
</rss>

