<?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 restricted vs unrestricted regression in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633610#M77906</link>
    <description>&lt;P&gt;Hello, I have two regressions :&lt;/P&gt;&lt;P&gt;the unrestricted one :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data;
model a = b c d;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and the restricted one :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data ;
model a = c;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My question is do we need to run those two regressions to have the restricted &amp;amp; unrestricted RSS ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer,&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2020 14:24:30 GMT</pubDate>
    <dc:creator>lulube</dc:creator>
    <dc:date>2020-03-20T14:24:30Z</dc:date>
    <item>
      <title>restricted vs unrestricted regression</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633610#M77906</link>
      <description>&lt;P&gt;Hello, I have two regressions :&lt;/P&gt;&lt;P&gt;the unrestricted one :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data;
model a = b c d;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and the restricted one :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data ;
model a = c;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My question is do we need to run those two regressions to have the restricted &amp;amp; unrestricted RSS ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer,&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633610#M77906</guid>
      <dc:creator>lulube</dc:creator>
      <dc:date>2020-03-20T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: restricted vs unrestricted regression</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633629#M77908</link>
      <description>&lt;P&gt;I think you have to do both regressions.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:47:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633629#M77908</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-20T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: restricted vs unrestricted regression</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633701#M77909</link>
      <description>&lt;P&gt;It might help that Proc Reg is one of the procedures that will let you have multiple model statements.&lt;/P&gt;
&lt;P&gt;The label, text with :, is the help reading the output to identify which model is shown.&lt;/P&gt;
&lt;PRE&gt;proc reg data=data;
a_b_c_d: model a = b c d;
a_b:         model a = b;
a_c:         model a = c;
a_d:        model  a = d;
run;
quit;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Mar 2020 18:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/restricted-vs-unrestricted-regression/m-p/633701#M77909</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-20T18:09:47Z</dc:date>
    </item>
  </channel>
</rss>

