<?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: proc reg: model in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199754#M49901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were the number of records used the same? I suspect that with 3 model statements in the first that if any of the variables var5 through var12 are missing then those records with any missing values were excluded for use in eq1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 16:11:36 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-03-13T16:11:36Z</dc:date>
    <item>
      <title>proc reg: model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199753#M49900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;re&lt;/P&gt;&lt;P&gt;I got a dataset&amp;nbsp; (dataset2reg) that with several variables (var1--var10)&amp;nbsp; and group variables, then i do the regression as following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regression A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc reg data=dataset2reg outest=result1 edf tableout;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;eq1: model var0=var1 var2 var3 var4;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;eq2: model var0=var5 var6 var7 var8;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;eq3: model var0=var9 var10 var11 var12;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;by group;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;quit;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regression B:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;proc reg data=dataset2reg outest=result1 edf tableout;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;model var0=var1 var2 var3 var4;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;by group;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;quit;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;the result of eq1 of &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Regression A&amp;nbsp; is different from &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Regression B, what's wrong with my regressions?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 11:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199753#M49900</guid>
      <dc:creator>Emrys</dc:creator>
      <dc:date>2015-03-12T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg: model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199754#M49901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were the number of records used the same? I suspect that with 3 model statements in the first that if any of the variables var5 through var12 are missing then those records with any missing values were excluded for use in eq1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 16:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199754#M49901</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-13T16:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc reg: model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199755#M49902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to "SUSPECT" the behavior for missing values is documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer to the question is the same today as yesterday. &lt;A _jive_internal="true" href="https://communities.sas.com/thread/73103"&gt;https://communities.sas.com/thread/73103&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 16:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-reg-model/m-p/199755#M49902</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-03-13T16:27:29Z</dc:date>
    </item>
  </channel>
</rss>

